aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 947c035..68e10b5 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Simply install the plugin with packer as you would for any other:
```
use {
- "NvChad/chadterm",
+ "NvChad/nvterm",
config = function ()
- require("chadterm").setup()
+ require("nvterm").setup()
end,
}
```
@@ -20,7 +20,7 @@ Pass a table of configuration options to the plugin's `.setup()` function above.
A sample configuration table with the default options is shown below:
```lua
-require("chadterm").setup({
+require("nvterm").setup({
terminals = {
list = {},
type_opts = {