Skip to content

Commit d9f6df1

Browse files
committed
Updated repo URL
`git clone git@github.com:StanAngeloff/php.vim.git` does not work for users who have not configured SSH and github to work this way. It results in `Permission denied (publickey).` Clone over HTTPS works for anyone who hits the page.
1 parent 3ef881b commit d9f6df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you don't have a preferred installation method, [pathogen.vim](https://github
1515

1616
```bash
1717
cd ~/.vim/bundle
18-
git clone git@github.com:StanAngeloff/php.vim.git
18+
git clone https://github.com/StanAngeloff/php.vim.git
1919
```
2020

2121
Configuration

0 commit comments

Comments
 (0)