README.md in vim-flavor-4.0.0 vs README.md in vim-flavor-4.0.1

- old
+ new

@@ -23,11 +23,11 @@ # Install a Vim plugin from `https://github.com/vim-scripts/fakeclip`. flavor 'fakeclip' # Install a Vim plugin from the specified URI. -flavor 'git://github.com/kana/vim-altr.git' +flavor 'https://github.com/kana/vim-altr.git' # You can also specify which version of Vim plugin should be installed. # For example: flavor 'kana/vim-smartword', '~> 0.1' # 0.1 or later, but older than 0.2 flavor 'kana/vim-smartchr', '~> 0.2.4' # 0.2.4 or later, but older than 0.3.0 @@ -113,9 +113,16 @@ # References See [`features/`](./features) directory for the details. The same [documents](https://www.relishapp.com/kana/vim-flavor) are available also on relish. + + + + +# Changelog + +See [CHANGELOG.md](./CHANGELOG.md). # License