diff --git a/aio/content/guide/service-worker-getting-started.md b/aio/content/guide/service-worker-getting-started.md index 45d3c3b2d7..b30c5ee7a2 100644 --- a/aio/content/guide/service-worker-getting-started.md +++ b/aio/content/guide/service-worker-getting-started.md @@ -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 ```