aboutsummaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorGravatar Kabir Goel <kabirgoel.kg@gmail.com> 2023-06-15 15:03:46 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-15 15:03:46 -0700
commit4a22fcd93c1aeb115a9e6e42b302030ce4e3337e (patch)
treecae9f5fe8cef538d4694ce9cbc1ffdbab00afd0b /docs/cli
parentdc06caccaa6bd8fd273e16cff2c2e0c10f32c58e (diff)
downloadbun-4a22fcd93c1aeb115a9e6e42b302030ce4e3337e.tar.gz
bun-4a22fcd93c1aeb115a9e6e42b302030ce4e3337e.tar.zst
bun-4a22fcd93c1aeb115a9e6e42b302030ce4e3337e.zip
Fix typo in run.md (#3331)
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/run.md b/docs/cli/run.md
index 7a5f8e9d2..1398e10ca 100644
--- a/docs/cli/run.md
+++ b/docs/cli/run.md
@@ -102,7 +102,7 @@ To debug environment variables, run `bun run env` to view a list of resolved env
Bun is designed to start fast and run fast.
-Under the hood Bun uses the [JavaScriptCore engine](https://developer.apple.com/documentation/javascriptcore), which is developed by Apple for Safari. In most cases, the startup and running performance is faster than V8, the engine used by Node.js and Chromium-based browsers. It's transpiler and runtime are written in Zig, a modern, high-performance language. On Linux, this translates into startup times [4x faster](https://twitter.com/jarredsumner/status/1499225725492076544) than Node.js.
+Under the hood Bun uses the [JavaScriptCore engine](https://developer.apple.com/documentation/javascriptcore), which is developed by Apple for Safari. In most cases, the startup and running performance is faster than V8, the engine used by Node.js and Chromium-based browsers. Its transpiler and runtime are written in Zig, a modern, high-performance language. On Linux, this translates into startup times [4x faster](https://twitter.com/jarredsumner/status/1499225725492076544) than Node.js.
{% image src="/images/bun-run-speed.jpeg" caption="Bun vs Node.js vs Deno running Hello World" /%}