From f60923eaa3acd712fefe75ee424e676f61d2b140 Mon Sep 17 00:00:00 2001 From: EinfachToll Date: Wed, 6 Jun 2018 21:27:25 +0200 Subject: [PATCH] Make master the recommended branch to use Discussed in #505 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11d0824..1720e4c 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Installation using [Vim-Plug](https://github.com/junegunn/vim-plug) Add the following to the plugin-configuration in your vimrc: - Plug 'vimwiki/vimwiki', { 'branch': 'dev' } + Plug 'vimwiki/vimwiki' Then run `:PlugInstall`.