diff options
author | 2021-10-26 17:26:45 -0700 | |
---|---|---|
committer | 2021-10-26 17:26:45 -0700 | |
commit | 902e438e6cc8fed7dc8e99169050235ccc9ccb19 (patch) | |
tree | 9380129b98f2db03c59dc581757cf5c668fc3745 | |
parent | 096d668d830b065503919d75357ca2a001c6e46d (diff) | |
download | bun-902e438e6cc8fed7dc8e99169050235ccc9ccb19.tar.gz bun-902e438e6cc8fed7dc8e99169050235ccc9ccb19.tar.zst bun-902e438e6cc8fed7dc8e99169050235ccc9ccb19.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |