From a610788dff2fb5df05b230d73a926c8dc3173c16 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 17 Jun 2024 21:11:35 -0500 Subject: [PATCH] feat(readme): typos + lazy example --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0b2b41f..9d46653 100644 --- a/readme.md +++ b/readme.md @@ -13,15 +13,16 @@ require('lazy').setup({ config = true, -- or 'nvim-telescope/telescope.nvim' dependencies = 'ibhagwan/fzf-lua' + keys = { { 'H', 'HTTPCodes' }} } }) ``` ## [Configuration](./doc/http-codes.txt) -`http-codes.nvim` uses telescope or fzf-lua (whichever you've installed), which can be manually overriden. +`http-codes.nvim` uses telescope or fzf-lua (whichever you've installed), which can be manually overidden. -`http-codes.nvim` opens the Mozilla documentation URLs based on your operating system. This can be overriden. +`http-codes.nvim` opens the Mozilla documentation URLs based on your operating system. This can be overidden. | OS | open_url | | ------- | ------------- |