From 8134c5aca1a21a8f2d1dc3b2fd31099cb3a798dc Mon Sep 17 00:00:00 2001 From: Greggman Date: Wed, 13 Mar 2024 07:20:12 +0900 Subject: [PATCH] readme nit (#398) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8d26cc..759a25bd 100644 --- a/README.md +++ b/README.md @@ -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`.