diff options
author | 2023-02-24 16:33:53 -0800 | |
---|---|---|
committer | 2023-02-24 16:33:53 -0800 | |
commit | 18362505429f99662f4423264147896d23313dbe (patch) | |
tree | f3589c33ca01a3d1118836732f55fc05bf87f30c /docs/quickstart.md | |
parent | 1d85b5efa83a28c46e50ebae041ac480b33fb116 (diff) | |
download | bun-18362505429f99662f4423264147896d23313dbe.tar.gz bun-18362505429f99662f4423264147896d23313dbe.tar.zst bun-18362505429f99662f4423264147896d23313dbe.zip |
Docs tweaks (#2160)
* Tweaks
* Add ecosystem. Add bunx. Flesh out install.
* Tweaks
* Add TS to installation
* Tweaks
* New readme
* Write new readme
* Tweak
* Center header
* Bun
* tweaks
* No dollar sign
* Fix links
* Update
* Tweak
Diffstat (limited to 'docs/quickstart.md')
-rw-r--r-- | docs/quickstart.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index a6b68b42c..8cba2a17f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -78,8 +78,7 @@ $ bun run start ``` {% callout %} -⚡️ **Performance** — With Bun's fast startup times, this script executes in roughly `6ms`. -By contrast `npm run` adds roughly `170ms` of overhead when executing scripts. +⚡️ **Performance** — `bun run` is roughly 28x faster than `npm run` (6ms vs 170ms of overhead). {% /callout %} ## Install a package |