From 5634b175c42a3765405060e7407330d354c69369 Mon Sep 17 00:00:00 2001 From: Ashish Panigrahi Date: Sun, 13 Jun 2021 00:44:36 +0530 Subject: [PATCH] fixed typo (#1386) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75688a5eb..002f8ba18 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ For more detailed information on setting these up, see ["Advanced setup"](#advan ## Requirements - Neovim [nightly](https://github.com/neovim/neovim#install-from-source) -- `tar` and `curl` in your path (or alternativly `git`) +- `tar` and `curl` in your path (or alternatively `git`) - A C compiler in your path and libstdc++ installed ([Windows users please read this!](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)). ## Installation