From c90778653ecadf737730d2e4d07a7ea87a573828 Mon Sep 17 00:00:00 2001 From: Aliaksei Chareshneu Date: Fri, 21 Jun 2024 12:28:20 +0000 Subject: [PATCH] update readme --- molstar-extension/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molstar-extension/README.md b/molstar-extension/README.md index 71e84ae8..af328d87 100644 --- a/molstar-extension/README.md +++ b/molstar-extension/README.md @@ -13,7 +13,7 @@ cd molstar-volseg-viewer ``` 3. Initialize new npm package: ```sh -npm init +npm init -y ``` 4. Install Mol\* and Mol* Volumes & Segmentations extension npm packages: ```