📝 Outdent code block

This commit is contained in:
Kevin Sawicki
2014-02-12 11:45:00 -08:00
parent 4e2218b005
commit 95c4e2170b

View File

@@ -35,8 +35,8 @@ view-related code. Start by opening up _lib/ascii-art.coffee_. Remove all view
code, so the `module.exports` section looks like this:
```coffeescript
module.exports =
activate: ->
module.exports =
activate: ->
```
## Create a Command