aboutsummaryrefslogtreecommitdiff
path: root/docs/quickstart.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quickstart.md')
-rw-r--r--docs/quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 8cba2a17f..1a5aa657c 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"