Update README.md

Fix git command
This commit is contained in:
JP Meijers 2017-02-28 00:39:28 +01:00 committed by GitHub
parent 097637b8b3
commit df54b41563

View File

@ -74,7 +74,7 @@ RESIN_HOST_CONFIG_core_freq | 250
3. Type the following commands into terminal to "push" the TTN files up to resin.io:
```
git add .
git -m "first upload of ttn files to resin"
git commit -m "first upload of ttn files to resin"
git push resin master
```
5. What you'll now see happening in terminal is that this "git push" does an incredible amount of work: