From c57f34915334640ac6b735cc106e9f991d50cba2 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 4 Dec 2015 01:09:50 +0100 Subject: [PATCH] Fix Neovim typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7092a9c..fa7207c 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Compiling MacVim via Homebrew with all bells and whistles, including overriding brew install macvim --HEAD --with-cscope --with-lua --with-override-system-vim --with-luajit --with-python ``` -#### NeoVim +#### Neovim Install the development version of this modern Vim drop-in alternative via Homebrew. ```bash brew tap neovim/neovim && \