aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar TPLJ <longju000@gmail.com> 2023-10-10 00:20:08 +0530
committerGravatar GitHub <noreply@github.com> 2023-10-09 11:50:08 -0700
commit99a78f85407a7b2d22566a453e5c4a5e19c761eb (patch)
treeb21ae603b17cf9fb152daaf72ded75de622a10d0
parent8d4b296bd2f22b7ff81308210524ce0c644c5593 (diff)
downloadbun-99a78f85407a7b2d22566a453e5c4a5e19c761eb.tar.gz
bun-99a78f85407a7b2d22566a453e5c4a5e19c761eb.tar.zst
bun-99a78f85407a7b2d22566a453e5c4a5e19c761eb.zip
Update README.md (#6291)
fixed some minor documentation.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88378848b..a3de10164 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Bun is an all-in-one toolkit for JavaScript and TypeScript apps. It ships as a s
At its core is the _Bun runtime_, a fast JavaScript runtime designed as a drop-in replacement for Node.js. It's written in Zig and powered by JavaScriptCore under the hood, dramatically reducing startup times and memory usage.
```bash
-bun run index.tsx # TS and JSX supported out of the box
+bun run index.tsx # TS and JSX supported out-of-the-box
```
​​The `bun​` command-line tool also implements a test runner, script runner, and Node.js-compatible package manager. Instead of 1,000 node_modules for development, you only need `bun`. Bun's built-in tools are significantly faster than existing options and usable in existing Node.js projects with little to no changes.