docs: fix instructions for switching directories (#24439)

docs: fix instructions for switching directories


PR Close #24439
This commit is contained in:
Dario Braun 2018-07-05 09:22:48 +02:00 committed by Victor Berchet
parent 426324513d
commit 7729bb2bdc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Because `ng serve` does not work with service workers, you must use a separate H
To serve with `http-server`, change to the directory containing your web files and start the web server:
```sh
cd dist
cd dist/*project-name*
http-server -p 8080
```