Skip to content

Commit 4ddffa1

Browse files
committed
Fix name of repository
1 parent f97bd46 commit 4ddffa1

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
@@ -13,18 +13,18 @@ For more info, online demo and tests see [http://csscomb.com/](csscomb.com)
1313

1414
```
1515
cd ~/.vim/bundle
16-
git clone https://github.com/miripiruni/csscomb-for-vim.git
16+
git clone https://github.com/miripiruni/CSScomb-for-Vim.git
1717
```
1818

1919
### With Vundle
2020
Add this to .vimrc:
2121
```
22-
Bundle 'git://github.com/miripiruni/csscomb-for-vim.git'
22+
Bundle 'git://github.com/miripiruni/CSScomb-for-Vim.git'
2323
```
2424

2525
### Manual without plugins manager
2626
```
27-
git clone https://github.com/miripiruni/csscomb-for-vim.git
27+
git clone https://github.com/miripiruni/CSScomb-for-Vim.git
2828
cp csscomb-vim/plugin/* ~/.vim/plugin/
2929
```
3030

0 commit comments

Comments
 (0)