aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzbirenbaum <zacharyobirenbaum@gmail.com>2022-04-22 00:48:53 -0400
committerzbirenbaum <zacharyobirenbaum@gmail.com>2022-04-22 00:49:41 -0400
commitf97b66d258415a046bc61c18788ef8294c0f90b6 (patch)
treea4639c45c5d944bb81ffd299a04cbc65da17bc8d /README.md
parentadd README.md (diff)
rename modules
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 = {