Fix slight Markdown booboo in README.md
authorNick Downing <nick@ndcode.org>
Mon, 26 Nov 2018 05:05:17 +0000 (16:05 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 26 Nov 2018 05:05:17 +0000 (16:05 +1100)
README.md

index ddb1467..b808e1e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -232,7 +232,7 @@ console.log(
     body {`Hello, ${name}`}
   }
 )
-```js
+```
 We could then create an example JavaScript program `example.js` to read,
 compile and then execute the template, as follows:
 ```js