From 565ab1a1bd3563507862d42f7a46498c7124abc8 Mon Sep 17 00:00:00 2001 From: Wilman Barrios Date: Sun, 29 Nov 2020 13:38:36 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44dcf56dd..8e9fb28db 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can install `nvim-treesitter` with your favorite package manager (or using t E.g., if you are using [vim-plug](https://github.com/junegunn/vim-plug), put this in your `init.vim` file: ```vim -Plug 'nvim-treesitter/nvim-treesitter', {'do', ':TSUpdate'} " We recommend updating the parsers on update +Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update ``` ## Language parsers