Skip to content

Commit

Permalink
Make some minor grammatical tweaks to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpiano committed Jan 27, 2012
1 parent df16e1c commit cd1b2f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions readme.md
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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*.
Expand Down

0 comments on commit cd1b2f7

Please sign in to comment.