diff --git a/README.md b/README.md index 1e3e878..2d09bc7 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ This is an example of the TODOs that I had whilst writing this plugin: There are no default keymaps but these can be added using `vim.keymap.set()`: ```lua -vim.keymap.set("n", "tt", ":lua require('toggle-checkboxes').toggle()") +vim.keymap.set("n", "tt", ":lua require('toggle-checkbox').toggle()") ```