From dfbb50385d18c7575f704dfe0aa07a5ab3e0932d Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 6 Jan 2015 13:49:11 -0800 Subject: [PATCH] Comment :lipstick: --- docs/upgrading/upgrading-your-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrading/upgrading-your-package.md b/docs/upgrading/upgrading-your-package.md index 7805791a7..85d7d6086 100644 --- a/docs/upgrading/upgrading-your-package.md +++ b/docs/upgrading/upgrading-your-package.md @@ -26,8 +26,8 @@ Then run `apm install` in your package directory. Anywhere you are requiring one of the following from `atom` you need to require them from `atom-space-pen-views` instead. -```js -// require these from 'atom-space-pen-views' rather than 'atom' +```coffee +# require these from 'atom-space-pen-views' rather than 'atom' $ $$ $$$