aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1593736c8..517ffd177 100644
--- a/README.md
+++ b/README.md
@@ -465,8 +465,8 @@ bun dev # start dev server
To use an existing React app:
```bash
-# To enable React Fast Refresh, ensure "react-refresh" is installed
-npm install -D react-refresh
+# To enable React Fast Refresh, ensure it is installed
+bun add -d react-refresh
# Generate a bundle for your entry point(s)
bun bun ./src/index.js # jsx, tsx, ts also work. can be multiple files