From d1c46ebcdd18ab2862a5de32c632ffcea066ea7a Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Tue, 3 Jun 2014 19:54:19 -0600 Subject: [PATCH] chore(): update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9d49c11f..e074a04803 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,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 -* `gulp snapshot` to test e2e tests locally (run `gulp demos` first to generate e2e tests) +* `gulp snapshot` to test e2e tests locally (run `gulp demos` first to generate e2e tests). Be sure to run `./node_modules/.bin/webdriver-manager update --chrome` to first install the chrome webdriver dependency. ### Documentation