diff options
Diffstat (limited to 'docs/quickstart.md')
-rw-r--r-- | docs/quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 1a5aa657c..156e1145b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -64,7 +64,7 @@ Bun can also execute `"scripts"` from your `package.json`. Add the following scr + "start": "bun run index.ts" + }, "devDependencies": { - "bun-types": "^0.4.0" + "bun-types": "^0.7.0" } } ``` |