From f137717d30442ebe2cd3aebd76be19603de2ad53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A9=E7=9A=84=E9=A3=8E=E9=93=83=5F?= Date: Sun, 23 Sep 2018 20:39:29 -0400 Subject: [PATCH] Update README.md, add missing single quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68fae27..0205d64 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. While in vim reload .vimrc with `:so ~/.vimrc` or restart vim, enter + Or with [Vim-plug](https://github.com/junegunn/vim-plug): add `Plug 'wakatime/vim-wakatime'` to .vimrc file. While in vim reload .vimrc with `:so ~/.vimrc` or restart vim, enter `:PlugInstall`. 2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`.