From bd33d808d4d350a328f0719959ccafc49e51c649 Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 3 Jan 2025 21:18:02 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98880ce..bdbc3e6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ opening `Makefile` with vim and copy pasting the commands (whats indented) to your shell should also suffice 3. Configure Vim to actually invoke the plugin. - Achive this by appending / overriding the following definition in your .vimrc. + Achieve this by appending / overriding the following definition in your .vimrc. ```VimScript let g:hitags_events = ["BufWrite"] " trigger a symbol update on writes ```