From ea13b0e84829f141a93930bcf43fcf8f23bc59b4 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 f831ec9..93b7ea6 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,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`.