Skip to content

Commit 3222f56

Browse files
authored
Merge pull request #86 from maieul/maieul-fix-link
Fix dowload link
2 parents 649c64b + 21a0fbf commit 3222f56

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
@@ -17,7 +17,7 @@ Enjoy!
1717
## Download and installation
1818

1919
```
20-
curl -Ss https://github.com/vim-php/phpctags/raw/gh-pages/install/phpctags.phar > phpctags
20+
curl -Ss https://raw.githubusercontent.com/vim-php/phpctags/gh-pages/install/phpctags.phar > phpctags
2121
chmod +x phpctags
2222
```
2323

0 commit comments

Comments
 (0)