From c5156e2504c7270cf403d591e89052557ca77acf Mon Sep 17 00:00:00 2001 From: Yohan Lasorsa Date: Fri, 23 Jan 2026 11:38:09 +0100 Subject: [PATCH] Modify npm init command for module type Fixes #131 --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 7833d074..7d898327 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -37,7 +37,7 @@ First, create a new directory and initialize your project: ```bash mkdir copilot-demo && cd copilot-demo -npm init -y +npm init -y --init-type module ``` Then install the SDK and TypeScript runner: