Skip to content

Commit 8bc268c

Browse files
authored
Merge pull request #400 from jamessan/doc-fix
doc: refer to "legacy" tag, not branch
2 parents 69498f6 + a5db8d9 commit 8bc268c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _Similar plugin for git: [vim-gitgutter](https://github.com/airblade/vim-gitgutt
3131
## Installation
3232

3333
The `master` branch is async-only and thus requires at least Vim 8.0.902. Use
34-
the `legacy` branch for older Vim versions.
34+
the `legacy` tag for older Vim versions.
3535

3636
Using your favorite [plugin
3737
manager](https://github.com/mhinz/vim-galore#managing-plugins), e.g.
@@ -41,7 +41,7 @@ manager](https://github.com/mhinz/vim-galore#managing-plugins), e.g.
4141
if has('nvim') || has('patch-8.0.902')
4242
Plug 'mhinz/vim-signify'
4343
else
44-
Plug 'mhinz/vim-signify', { 'branch': 'legacy' }
44+
Plug 'mhinz/vim-signify', { 'tag': 'legacy' }
4545
endif
4646
```
4747

0 commit comments

Comments
 (0)