Skip to content

Commit 0ddbd81

Browse files
committed
fix: remove --serve now that netlify/cli#6138 landed
1 parent 3a5c2e9 commit 0ddbd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Keep in mind that these will not be available on the client-side or during [prer
7474
To test this in local development, run your Angular project using `netlify serve`:
7575

7676
```sh
77-
netlify serve --dir dist/<your-project-name>/browser
77+
netlify serve
7878
```
7979

8080
## CLI Usage

0 commit comments

Comments
 (0)