From 3d852dfd2ebe6d3b5ef5b264a7bdfeb0fafeccaf Mon Sep 17 00:00:00 2001
From: PH <57695072+PHSix@users.noreply.github.com>
Date: Mon, 19 Jan 2026 19:23:47 +0800
Subject: [PATCH] fix command typo
---
website/docs/guides/getting-started.md | 2 +-
website/src/components/Try.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/guides/getting-started.md b/website/docs/guides/getting-started.md
index 00d55b6d37..846e758d7d 100644
--- a/website/docs/guides/getting-started.md
+++ b/website/docs/guides/getting-started.md
@@ -154,7 +154,7 @@ npm install
npm run build
-npm run run
+npm run start
```
**Note**: If you encounter errors installing `nodegui`, please check the [FAQs](../faq.md#why-does-installation-fail-at-minimal-qt-setup) for additional help.
diff --git a/website/src/components/Try.js b/website/src/components/Try.js
index c7653fefb5..7b7d50aadc 100644
--- a/website/src/components/Try.js
+++ b/website/src/components/Try.js
@@ -58,7 +58,7 @@ export const Try = () => {
cd nodegui-simple-starter
npm install
npm run build
- npm run run
+ npm run start
2.{' '}