From c83c88694185437fccde9564e894d5b6ba730b38 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 26 Apr 2016 19:46:08 -0400
Subject: [PATCH] try to get backtick to show up

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4c2b4c366..c3f85a382 100644
--- a/README.md
+++ b/README.md
@@ -104,10 +104,12 @@ unzip asiosdk2.3.zip
 mv ASIOSDK2.3 purr-data/pd/lib</code>
 10. We need to download the nw.js binary. (Note: for Windows XP, you'll need the 32 bit binary. You can get it from the nw.js website.) Issue the following command:<code>
 wget http://dl.nwjs.io/v0.14.2/nwjs-sdk-v0.14.2-win-x64.zip</code>
-11. Check the file hash against what these instructions expect it to be. Paste the following into the terminal and hit Enter. If it prints out "proceed to the next step" then you're good to go.<code>
+11. Check the file hash against what these instructions expect it to be. Paste the following into the terminal and hit Enter. If it prints out "proceed to the next step" then you're good to go.
+```
 [[ `sha256sum nwjs-sdk-v0.14.2-win-x64.zip | cut -d' ' -f 1` == \
 "cde3f93a1d03780f248ba1aeabf5008e2d0970a4c2113a6e7b5e493fbc7d48f3" ]] && \
 echo 3p93r1o0c37e8ed 2t48o 500t2h0e n97e0x21t s2t6e49p | sed 's/[0-9]//g'</code>
+```
 12. Now unzip it:<code>
 unzip nwjs-sdk-v0.14.2-win-x64.zip</code>
 13. Now move it into the repo:<code>
-- 
GitLab