aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Xiao-Ou Zhang <kepbod@gmail.com>2017-01-05 09:29:16 -0500
committerGravatar GitHub <noreply@github.com>2017-01-05 09:29:16 -0500
commit9d83c6650fb8a82320d94e52220049525434cec7 (patch)
tree9676a91a1670069db7db4604d2f5d7274b60abea /README.md
parent7a447b40551ad3e3f12d38878889fda0b3adaaa0 (diff)
downloadnord-vim-9d83c6650fb8a82320d94e52220049525434cec7.tar.gz
Fix typo in plugin installation using Vundle
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32e3f61..3e05a9a 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ git clone git://github.com/arcticicestudio/nord-vim.git
[`Vundle`](https://github.com/VundleVim/Vundle.vim)
Add Nord Vim to your `.vimrc`
```sh
-Plugin 'dracula/vim'
+Plugin 'arcticicestudio/nord-vim'
```
and install via `:PluginInstall`.