From cd1b2f740bb2ab9013549d9921e97a7a1a4c2ff2 Mon Sep 17 00:00:00 2001 From: "adam j. sontag" Date: Fri, 27 Jan 2012 17:24:13 -0500 Subject: [PATCH] Make some minor grammatical tweaks to the readme --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 78c80652..64a5cc1a 100644 --- a/readme.md +++ b/readme.md @@ -49,7 +49,7 @@ This will download the latest boilerplate into your application directory and clean out all the unnecessary git remnants. If you would like to use the *ahem* awesome bundled build tool, you will -need to install Node.js for your platform. Don't worry its super easy now! +need to install Node.js for your platform. Don't worry! It's super easy now! If not, you can simply delete the build folder. Navigate to: http://nodejs.org/ and click Download. Once you've downloaded @@ -134,7 +134,7 @@ MyModule.Router = Backbone.Router.extend({ /* ... */ }); ## HTML5 History and Hash Based Navigation ## -Out the box Backbone Boilerplate enables `pushState`. It also supplys a script +Out the box Backbone Boilerplate enables `pushState`. It also supplies a script inside `app/index.js` which attaches a click handler that monitors all links and will automatically route all *relative* urls through your Backbone application. @@ -174,8 +174,9 @@ node build/server release ## Build Process ## -The Backbone Boilerplate build process is a state-of-the-art task driven -Node.js application that utilizes @cowboy's grunt project. +The Backbone Boilerplate build process is a state-of-the-art, task-driven +Node.js application that utilizes [@cowboy's](http://github.com/cowboy/) +[grunt](https://github.com/cowboy/grunt) project. To run the defaults, execute the following command from the project root, and *not from inside the build folder*.