We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec87ee commit 153ef3aCopy full SHA for 153ef3a
book/06-github/sections/2-contributing.asc
@@ -71,9 +71,9 @@ $ cd blink
71
$ git checkout -b slow-blink <2>
72
Switched to a new branch 'slow-blink'
73
74
-$ sed -i '' 's/1000/3000/' blink.ino <3> (MacOSX)
+$ sed -i '' 's/1000/3000/' blink.ino (MacOSX) <3>
75
# If you're on a Linux system, do this instead:
76
-# $ sed -i 's/1000/3000/' blink.ino
+# $ sed -i 's/1000/3000/' blink.ino <3>
77
78
$ git diff --word-diff <4>
79
diff --git a/blink.ino b/blink.ino
0 commit comments