From 3dde8dd072908e8c09b20ae591a189411e25df14 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Sat, 8 Mar 2014 10:08:42 -0700 Subject: [PATCH] docs(protractor): remove unneeded instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f727d8421..a2c5fd1acd 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/` * `gulp watch` to watch and rebuild on change * `gulp karma` to test one-time * `gulp karma-watch` to test and re-run on source change -* `grunt protractor` to test e2e tests locally (requires static server on port 8080) +* `grunt protractor` to test e2e tests locally * `grunt cloudtest` to run e2e tests in the cloud ### Commit Conventions