From 25a20e0c0dba3bbaae0378ab6903761840c8738c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 20 Jul 2014 12:07:04 -0700 Subject: [PATCH] lower case a word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7918e61..3bae2ab 100644 --- a/README.md +++ b/README.md @@ -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:
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall` - or Using [Pathogen](https://github.com/tpope/vim-pathogen):
+ or using [Pathogen](https://github.com/tpope/vim-pathogen):
`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`.