From 153ef3aa6506a7b3c4598c43f450453bc4fb73b1 Mon Sep 17 00:00:00 2001 From: Adrien Ollier Date: Sat, 8 Apr 2017 10:36:45 +0200 Subject: [PATCH] put the item <3> at the end of the line It is necessary to generate correctly the book. --- book/06-github/sections/2-contributing.asc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/06-github/sections/2-contributing.asc b/book/06-github/sections/2-contributing.asc index a0a5a4eb3..3557b73f6 100644 --- a/book/06-github/sections/2-contributing.asc +++ b/book/06-github/sections/2-contributing.asc @@ -71,9 +71,9 @@ $ cd blink $ git checkout -b slow-blink <2> Switched to a new branch 'slow-blink' -$ sed -i '' 's/1000/3000/' blink.ino <3> (MacOSX) +$ sed -i '' 's/1000/3000/' blink.ino (MacOSX) <3> # If you're on a Linux system, do this instead: -# $ sed -i 's/1000/3000/' blink.ino +# $ sed -i 's/1000/3000/' blink.ino <3> $ git diff --word-diff <4> diff --git a/blink.ino b/blink.ino