aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-26 17:26:45 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-26 17:26:45 -0700
commit902e438e6cc8fed7dc8e99169050235ccc9ccb19 (patch)
tree9380129b98f2db03c59dc581757cf5c668fc3745
parent096d668d830b065503919d75357ca2a001c6e46d (diff)
downloadbun-902e438e6cc8fed7dc8e99169050235ccc9ccb19.tar.gz
bun-902e438e6cc8fed7dc8e99169050235ccc9ccb19.tar.zst
bun-902e438e6cc8fed7dc8e99169050235ccc9ccb19.zip
Update 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 &amp; 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
{