From 5bee4d442db5e838cf25c8ca8e962a29d4c3ed4e Mon Sep 17 00:00:00 2001 From: gK <22204443+yankskwesi@users.noreply.github.com> Date: Sat, 14 Jul 2018 03:01:09 -0400 Subject: [PATCH] Missed the API key portion, also fixed unistalltion indentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55cb109..402e83d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Installation 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. -2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. +2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. _(does not apply to vim-plug)_ 3. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com). @@ -87,6 +87,7 @@ Uninstalling 3. Run in terminal: `vim +PluginClean`. _If using vim-plug_ + **While in vim** 1. Delete or comment out `Plug` command