Use json instead of coffeescript in code block

This commit is contained in:
probablycorey
2014-01-27 08:54:47 -08:00
parent 5bda9b8a8e
commit def2001eb6

View File

@@ -110,7 +110,7 @@ Now we need to convert the selected text to ascii art. To do this we will use
the [figlet node module](https://npmjs.org/package/figlet) from NPM. Open
_package.json_ add the latest version of figlet to the dependencies:
```coffeescript
```json
"dependencies": {
"figlet": "1.0.8"
}