Update README.md
Missed an apostrophe
This commit is contained in:
parent
8109b60d83
commit
f8ae51cbe1
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 [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.
|
`:PlugInstall` to install.
|
||||||
|
|
||||||
2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. _(does not apply to vim-plug)_
|
2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. _(does not apply to vim-plug)_
|
||||||
|
|
Loading…
Reference in a new issue