fix remote upstream link

This commit is contained in:
phe0 2020-03-14 18:05:18 -03:00
parent 9a0397d1fb
commit 8d66877e35
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Make sure you're tracking upstream p5.js repository.
If you see an error, you'll need to start tracking the main p5.js repo as an "upstream" remote repository. You'll only need to do this once! But, no harm is done if you run it a second time.
git remote add upstream https://github.com/processing/p5.js
git remote add upstream https://github.com/processing/p5.js-web-editor
Then ask git about the latest changes.