From 4a22fcd93c1aeb115a9e6e42b302030ce4e3337e Mon Sep 17 00:00:00 2001 From: Kabir Goel Date: Thu, 15 Jun 2023 15:03:46 -0700 Subject: Fix typo in run.md (#3331) --- docs/cli/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cli') 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" /%} -- cgit v1.2.3