Skip to content

Commit

Permalink
readme nit (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman authored Mar 12, 2024
1 parent 189833e commit 8134c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ implementation status and how to run WebGPU in your browser at
and bundled using [Rollup](https://rollupjs.org/). Building the project
requires an installation of [Node.js](https://nodejs.org/en/).

- Install dependencies: `npm install`.
- Install dependencies: `npm ci`.
- For development, start the dev server which will watch and recompile
sources: `npm start`. You can navigate to http://localhost:8080 to view the project.
- For production, compile the project: `npm run build`.
Expand Down

0 comments on commit 8134c5a

Please sign in to comment.