Skip to content

Commit 2d58bb0

Browse files
committed
fix run command for local dev server with static files
1 parent ec98fc9 commit 2d58bb0

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
@@ -24,7 +24,7 @@ This command will launch a local development server and open the site in your br
2424
2525
```bash
2626
pnpm build
27-
pnpm start serve
27+
pnpm run serve
2828
```
2929

3030
### Start docs in German

0 commit comments

Comments
 (0)