diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 3a1147f64b04..95c697cce06c 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