From b73987672658255d4cb0baa1f5c45687818bc47d Mon Sep 17 00:00:00 2001 From: Sagar Pathak Date: Mon, 24 Mar 2025 11:57:01 -0500 Subject: [PATCH] Update index.md (#1472) Fix command typo: changed 'npm build' to 'npm run build' --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index ae933134c..b4161249c 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -25,7 +25,7 @@ import { PluginContext } from 'molstar/lib/mol-plugin/context'; git clone https://github.com/molstar/molstar.git cd molstar npm install -npm build +npm run build ``` --------------------