We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11b23b commit c5156e2Copy full SHA for c5156e2
1 file changed
docs/getting-started.md
@@ -37,7 +37,7 @@ First, create a new directory and initialize your project:
37
38
```bash
39
mkdir copilot-demo && cd copilot-demo
40
-npm init -y
+npm init -y --init-type module
41
```
42
43
Then install the SDK and TypeScript runner:
0 commit comments