From a4fdc1e0d50b7cf2eda3797242f38510085689a0 Mon Sep 17 00:00:00 2001 From: noahmarro <68234387+noahmarro@users.noreply.github.com> Date: Sat, 11 Mar 2023 15:13:00 +0700 Subject: removed JSON trailing comma (#2364) --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quickstart.md') 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" -- cgit v1.2.3