diff --git a/docs/your-first-package.md b/docs/your-first-package.md index 43222c4cc..d4d252443 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -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