Skip to content

Commit 2cbc145

Browse files
committed
fixed
1 parent 776b666 commit 2cbc145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You should run the test suite after every change to your program to ensure you a
2020
First use the GitHub interface to "fork" this repository into your own account. Then do `git clone` of *your* repository to get a local copy. Inside that checkout, do:
2121

2222
````
23-
git remote add upstream https://github.com/kyclark/playful_python.git
23+
git remote add upstream https://github.com/kyclark/tiny_python_projects.git
2424
````
2525

2626
This will allow you to `git pull upstream master` in order to get updates. When you create new files, `git add/commit/push` them to *your* repository. (Please do not create pull requests on *my* repository -- unless, of course, you have suggestions for improving my repo!).

0 commit comments

Comments
 (0)