docs: fix instructions for switching directories (#24439)
docs: fix instructions for switching directories PR Close #24439
This commit is contained in:
parent
426324513d
commit
7729bb2bdc
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue