Skip to content

Commit d6a3b48

Browse files
committed
Fixed repo references in README
1 parent 0c9a3e7 commit d6a3b48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ npm install -g csscomb
2222

2323
```
2424
cd ~/.vim/bundle
25-
git clone https://github.com/miripiruni/CSScomb-for-Vim.git
25+
git clone https://github.com/csscomb/vim-csscomb.git
2626
```
2727

2828
### With Vundle
2929
Add this to .vimrc:
3030
```
31-
Bundle 'git://github.com/miripiruni/CSScomb-for-Vim.git'
31+
Bundle 'git://github.com/csscomb/vim-csscomb.git'
3232
```
3333

3434
### With NeoBundle
3535
Add this to .vimrc:
3636
```
37-
NeoBundle 'faceleg/vim-csscomb', {
37+
NeoBundle 'csscomb/vim-csscomb', {
3838
\ 'build': {
3939
\ 'unix': 'npm install -g csscomb',
4040
\ 'mac': 'npm install -g csscomb'
@@ -43,7 +43,7 @@ NeoBundle 'faceleg/vim-csscomb', {
4343

4444
### Manual without plugins manager
4545
```
46-
git clone https://github.com/miripiruni/CSScomb-for-Vim.git csscomb
46+
git clone https://github.com/csscomb/vim-csscomb.git csscomb
4747
cp -r csscomb/plugin/* ~/.vim/plugin/
4848
```
4949

0 commit comments

Comments
 (0)