From 8997d3237f481c3c17805cfa11eab3f7383ef285 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Fri, 19 Jul 2024 12:27:04 +0200 Subject: [PATCH] docs: fix outdated instruction in README.md Module was renamed in 919a92414c66ffdbb7856cc0342598d7a8fcc5c7, so these instructions are wrong now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d7e3a3..e540a71 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If a transcript does not start with a System section, then the default System pr ## Lua script The included lua script can be copied to `.config/nvim/lua` and installed with something like ``` -vim.cmd("command! ChatGPT lua require'chatgpt'.chatgpt()") +vim.cmd("command! ChatBoT lua require'chatbot'.chatbot()") ``` This command locates the Rust binary through the `SHELLBOT` environment variable. This should be set to the absolute path of the rust binary built in the step above.