diff --git a/docs/quickstart.md b/docs/quickstart.md index 8cba2a17fd..1a5aa657c3 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -61,7 +61,7 @@ Bun can also execute `"scripts"` from your `package.json`. Add the following scr "module": "index.ts", "type": "module", + "scripts": { -+ "start": "bun run index.ts", ++ "start": "bun run index.ts" + }, "devDependencies": { "bun-types": "^0.4.0"