mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use json instead of coffeescript in code block
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user