From df54b41563539650346feb0117c962b644a378de Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Tue, 28 Feb 2017 00:39:28 +0100 Subject: [PATCH] Update README.md Fix git command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b744dd5..abec124 100644 --- a/README.md +++ b/README.md @@ -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: