Fix typo in site readme

This commit is contained in:
Brandon Tilley 2013-12-21 16:10:20 -08:00
parent 53d21e0b96
commit 0571225149

View File

@ -8,4 +8,4 @@ Building
1. Install [Node.js](http://nodejs.org/)
2. Install the local dependencies with `npm install`
3. Run the development server with `npm start` (stars on port 9000) or compile the site to `www` with `npm run compile`
3. Run the development server with `npm start` (starts on port 9000) or compile the site to `www` with `npm run compile`