From d5c07c893a996c427ba6d5d303b494978eff342b Mon Sep 17 00:00:00 2001 From: tomByrer Date: Mon, 1 Jul 2013 10:21:11 -0600 Subject: [PATCH] more terse, less repeated text, ordered helping steps --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 39541786a..50f8ee897 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,7 @@ move it to the feature backlog for you. #### I want to help with the code! -Awesome! _There are lots of ways you can help._ See [CONTRIBUTING.md](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md) -and learn how to pull the repo and hack on Brackets [in the WIKI](https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets). +Awesome! _There are lots of ways you can help._ First read [CONTRIBUTING.md](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md), then learn how to pull the repo and hack on Brackets [in the WIKI](https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets). The text editor inside Brackets is based on [CodeMirror](http://github.com/marijnh/CodeMirror)—thanks to Marijn for