From e4eaf2275ac7cbb9fcf614134d619ffdd56f7b8d Mon Sep 17 00:00:00 2001 From: Elliot Hodge <73705352+Craftidore@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:21:43 -0600 Subject: [PATCH] Fixed minor spelling error that was bugging me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c19299f..f93efaa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ use {"chrisgrieser/nvim-genghis", requires = "stevearc/dressing.nvim"} {"chrisgrieser/nvim-genghis", dependencies = "stevearc/dressing.nvim"}, ``` -`nvim-genghis` (and `dressign.nvim`) require no `.setup()` function. Just create keybindings for the commands you want to use: +`nvim-genghis` (and `dressing.nvim`) require no `.setup()` function. Just create keybindings for the commands you want to use: ```lua local keymap = vim.keymap.set