lower case a word

This commit is contained in:
Alan Hamlett 2014-07-20 12:07:04 -07:00
parent 95601cbbab
commit 25a20e0c0d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being insta
2. Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:<br />
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall`
or Using [Pathogen](https://github.com/tpope/vim-pathogen):<br />
or using [Pathogen](https://github.com/tpope/vim-pathogen):<br />
`cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git`
3. You will see a prompt at the bottom asking for your [api key](https://wakatime.com/#apikey). Enter your api key, then press `enter`.