From a807d0187d5f4a1f3fad1f65a4b405a7182adc74 Mon Sep 17 00:00:00 2001 From: Wojciech Surmacz Date: Fri, 29 Apr 2016 04:01:05 +0200 Subject: [PATCH] chore: update README.md (#64) Fixed webdriver update command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3fba1..0edb753 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ with excellent support for Angular apps that use routing. Here are the test related scripts: * `npm test` - compiles, runs and watches the karma unit tests -* `npm webdriver:update` - ONE TIME update for protractor end-to-end (e2e) tests +* `npm run webdriver:update` - ONE TIME update for protractor end-to-end (e2e) tests * `npm run e2e` - run protractor e2e tests, written in JavaScript (*e2e-spec.js) ## Testing