From 66091756b8dc2149e38bd87ea9599115f2e20695 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Thu, 10 Apr 2014 08:17:18 -0400 Subject: [PATCH] docs(tutorial): npm needs "run" keyword for custom script names Fix "npm run update-webdriver" command Closes #7071 --- docs/content/tutorial/index.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 3a1147f6..95c697cc 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -134,7 +134,7 @@ tasks that you will need while developing: - `npm start` : start a local development web-server - `npm test` : start the Karma unit test runner - `npm run protractor` : run the Protractor end 2 end tests -- `npm update-webdriver` : install the drivers needed by Protractor +- `npm run update-webdriver` : install the drivers needed by Protractor ### Running Development Web Server @@ -233,4 +233,4 @@ before pushing a new commit of changes to a remote repository. [protractor]: https://github.com/angular/protractor [bower]: http://bower.io/ [http-server]: https://github.com/nodeapps/http-server -[karma]: https://github.com/karma-runner/karma \ No newline at end of file +[karma]: https://github.com/karma-runner/karma