From 0571225149a5fa0b9ff1123a8b2c3e6f2b7b121d Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 21 Dec 2013 16:10:20 -0800 Subject: [PATCH] Fix typo in site readme --- site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index 68c6d5d..d5d8061 100644 --- a/site/README.md +++ b/site/README.md @@ -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`