Skip to content

Commit 01e4497

Browse files
authored
Merge pull request #373 from gregors/bugs/fix_docs_to_use_valid_repo_name
update docs to use correct repo
2 parents e5ae4b7 + 8b9b5d7 commit 01e4497

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ each plugin. In general, you have to add a line to your `~/.vimrc`:
3030

3131
```viml
3232
" vim-plug
33-
Plug 'elixir-lang/vim-elixir'
33+
Plug 'elixir-editors/vim-elixir'
3434
" NeoBundle
35-
NeoBundle 'elixir-lang/vim-elixir'
35+
NeoBundle 'elixir-editors/vim-elixir'
3636
" Vundle
37-
Plugin 'elixir-lang/vim-elixir'
37+
Plugin 'elixir-editors/vim-elixir'
3838
```
3939

4040
### Manual installation

0 commit comments

Comments
 (0)