aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 498f862f2..cd53cbb3c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Bun is a new:
- JavaScript & CSS bundler
- Development server with 60fps Hot Module Reloading (& WIP support for React Fast Refresh)
- JavaScript Runtime Environment (powered by JavaScriptCore, what WebKit/Safari uses)
-- Task runner for `package.json` scripts
+- Task runner for package.json scripts
All in one fast & easy-to-use tool. Instead of 1,000 node_modules for development, you only need Bun.
@@ -39,7 +39,7 @@ bun run clean
bun clean
```
-Assuming a package.json with a `clean` command in `scripts`:
+Assuming a package.json with a `"clean"` command in `"scripts"`:
```json
{