Update README.md, add missing single quote
This commit is contained in:
parent
cdda2f088c
commit
f137717d30
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue