From 8e581c02f642820a4a9b555df457adc276371502 Mon Sep 17 00:00:00 2001 From: Wojciech Surmacz Date: Mon, 18 Apr 2016 13:57:38 +0200 Subject: [PATCH] Update README.md Fixed webdriver update command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3fba10c..0edb7536f 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