Skip to content

Commit 9f0a945

Browse files
Merge pull request #11 from bryandeng/urls
DOC: Fix git commands for creating your own library
2 parents d7bc3aa + 81836f1 commit 9f0a945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ tests under `template/tests` which can be run using `nosetests`.
4545
### 1. Cloning
4646
Clone the project into your computer by executing
4747
```shell
48-
$ git clone https://github.com/vighneshbirodkar/project-template.git
48+
$ git clone https://github.com/scikit-learn-contrib/project-template.git
4949
```
5050
You should rename the `project-template` folder to the name of your project.
5151
To host the project on Github, visit https://github.com/new and create a new
5252
repository. To upload your project on Github execute
5353
```shell
54-
$ git remote add origin https://github.com/username/project-name.git
54+
$ git remote set-url origin https://github.com/username/project-name.git
5555
$ git push origin master
5656
```
5757

0 commit comments

Comments
 (0)