From 458e8c5373daf21b73e3327d051d33f4c6f2d047 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 25 Feb 2014 12:39:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ad38dae7..a50c4e14b1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/` * `grunt watch` to watch and rebuild on change * `grunt karma:single` to test one-time * `grunt karma:watch` to test and re-run on source change -* `grunt protractor:local` to test e2e tests locally +* `grunt protractor:local` to test e2e tests locally (requires static server on port 8080) * `grunt e2e-watch` to run end to end tests on change of files in `test/e2e/**/*` * `grunt cloudtest` to run unit & e2e tests in the cloud