Skip to content

Commit 31d83d5

Browse files
authored
Fix typo in Neovim configuration example (#170)
1 parent 6c65d27 commit 31d83d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ First, [install Codebook](#installation), and ensure that `codebook-lsp` is inst
8585
Then, add the following to your Neovim configuration:
8686

8787
```sh
88-
vim.lsp.enable('cookbook')
88+
vim.lsp.enable('codebook')
8989
```
9090

9191
### VS Code (Unreleased)

0 commit comments

Comments
 (0)