diff options
-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 { |