From 9e035440e54f0144fc846f20d4664168ea2fa094 Mon Sep 17 00:00:00 2001 From: VIUK Technology Development Date: Sat, 11 Jul 2026 16:35:46 +0900 Subject: [PATCH] Fix npm install description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5c46854..56bd085be 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To show the example browser run these commands in your terminal: | Command | Description | |---------|-------------| -| `npm install` | Install dependencies and launch browser with examples.| +| `npm install` | Install dependencies. | | `npm start` | Launch browser to show the examples.
Press `Ctrl + c` to kill **http-server** process. | | `npm run update` | To build a new `examples.json` file if you add a new example. |