From f97b66d258415a046bc61c18788ef8294c0f90b6 Mon Sep 17 00:00:00 2001 From: zbirenbaum Date: Fri, 22 Apr 2022 00:48:53 -0400 Subject: rename modules --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 = { -- cgit v1.2.3-70-g09d2