fix: doc build instructions in docs/README.md

This commit is contained in:
Conrad Hoffmann 2025-08-20 11:27:57 +02:00
parent f6015f49b2
commit 6d9c9292b2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ This command starts a local development server and open up a browser window. Mos
## Build
```console
npm build
npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.