From 679c84f92e339d031c7fdce3bad38d4e5660638e Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Sat, 8 Mar 2014 20:09:11 -0700 Subject: [PATCH] docs(README): s/grunt/gulp --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e27dd24d24..712f5aece7 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ 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 -* `grunt cloudtest` to run e2e tests in the cloud +* `gulp protractor` to test e2e tests locally +* `gulp cloudtest` to run e2e tests in the cloud ### Commit Conventions