fixed invalid upstream url

This commit is contained in:
tom tomsen
2014-01-12 10:02:17 +00:00
parent e6f9aef3a9
commit a11a73c1fd

View File

@ -158,7 +158,7 @@ Doing so will save travis from commencing testruns on changes that are not cover
``` ```
git clone git@github.com:YOUR-GITHUB-USERNAME/yii.git git clone git@github.com:YOUR-GITHUB-USERNAME/yii.git
git remote add upstream git://github.com/yiisoft/yii.github git remote add upstream git://github.com/yiisoft/yii.git
``` ```
``` ```