Skip to content

Commit 974f538

Browse files
authored
Merge pull request #17 from Martin-Pitt/patch-1
Update install instructions to use 'run' command
2 parents 115aaef + 8f1e6b5 commit 974f538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Built with [Astro](https://astro.build) and [Starlight](https://starlight.astro.
1919
pnpm install
2020

2121
# Start dev server at http://localhost:4321
22-
pnpm dev
22+
pnpm run dev
2323

2424
# Build for production
25-
pnpm build
25+
pnpm run build
2626
```
2727

2828
## Contributing

0 commit comments

Comments
 (0)