From f8ae51cbe1012cc43db46d109073069fa7cd405b Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 03:04:19 -0400 Subject: [PATCH] Update README.md Missed an apostrophe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cec982..26f5f45 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installation Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` - Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime` to /.vimrc file, reload .vimrc with `:so ~/.vimrc`, + Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime'` to /.vimrc file, reload .vimrc with `:so ~/.vimrc`, `:PlugInstall` to install. 2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. _(does not apply to vim-plug)_