Skip to content

Commit

Permalink
Merge pull request #400 from jamessan/doc-fix
Browse files Browse the repository at this point in the history
doc: refer to "legacy" tag, not branch
  • Loading branch information
jamessan committed Sep 26, 2022
2 parents 69498f6 + a5db8d9 commit 8bc268c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ _Similar plugin for git: [vim-gitgutter](https://github.com/airblade/vim-gitgutt
## Installation

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

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

Expand Down

0 comments on commit 8bc268c

Please sign in to comment.