From 95c4e2170b43a3e791d200b7486bfda7725a1a55 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 12 Feb 2014 11:45:00 -0800 Subject: [PATCH] :memo: Outdent code block --- docs/your-first-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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