Skip to content

Commit 153ef3a

Browse files
committed
put the item <3> at the end of the line
It is necessary to generate correctly the book.
1 parent aec87ee commit 153ef3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/06-github/sections/2-contributing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ $ cd blink
7171
$ git checkout -b slow-blink <2>
7272
Switched to a new branch 'slow-blink'
7373
74-
$ sed -i '' 's/1000/3000/' blink.ino <3> (MacOSX)
74+
$ sed -i '' 's/1000/3000/' blink.ino (MacOSX) <3>
7575
# If you're on a Linux system, do this instead:
76-
# $ sed -i 's/1000/3000/' blink.ino
76+
# $ sed -i 's/1000/3000/' blink.ino <3>
7777
7878
$ git diff --word-diff <4>
7979
diff --git a/blink.ino b/blink.ino

0 commit comments

Comments
 (0)