From daf29bdd2e1760a563e30839fa3043c4b4ba17b6 Mon Sep 17 00:00:00 2001 From: Daniel Diekmeier Date: Wed, 26 Nov 2014 14:57:37 +0100 Subject: [PATCH] fix small error in setup instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11e3eeb..aa53b62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ You will need the following to run a local development enviroment. 1. `cd` into your local copy of the repository. 2. Run `npm install` to install dependencies located in `package.json`. 3. Run `bower install` to install bower dependencies. -5. Run `grunt serve` to start the watch task, and the web server should automatically open. Congrats, you should now be able to see your local copy of the demo site. +5. Run `grunt preview` to start the watch task, and the web server should automatically open. Congrats, you should now be able to see your local copy of the demo site. ## Submission Guidelines