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 d45fab1 commit fccfc82Copy full SHA for fccfc82
book/06-github/sections/2-contributing.asc
@@ -71,7 +71,7 @@ $ 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>
+$ sed -i 's/1000/3000/' blink.ino <3>
75
76
$ git diff --word-diff <4>
77
diff --git a/blink.ino b/blink.ino
0 commit comments