diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 018ef6b5b491..42f3c12689b8 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -194,6 +194,7 @@ You can now browse to the application at: ``` http://localhost:8000/app/index.html ``` +To serve on a different ip address or port, edit the "start" script within package.json. ### Running Unit Tests