aboutsummaryrefslogtreecommitdiff
path: root/bench/react-hello-world/react-hello-world.jsx
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-13 02:18:25 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-13 02:18:25 -0700
commite32ada318a6b088d5488b96d643cb2ac04b04ba3 (patch)
tree312f8283991fb5a50caf99601a92330608f92a97 /bench/react-hello-world/react-hello-world.jsx
parentb011610bb3a74e4b0dd92cf897b50029524e763b (diff)
downloadbun-e32ada318a6b088d5488b96d643cb2ac04b04ba3.tar.gz
bun-e32ada318a6b088d5488b96d643cb2ac04b04ba3.tar.zst
bun-e32ada318a6b088d5488b96d643cb2ac04b04ba3.zip
Update react-hello-world.jsx
Diffstat (limited to 'bench/react-hello-world/react-hello-world.jsx')
-rw-r--r--bench/react-hello-world/react-hello-world.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/react-hello-world/react-hello-world.jsx b/bench/react-hello-world/react-hello-world.jsx
index a61ad7567..69dd43e93 100644
--- a/bench/react-hello-world/react-hello-world.jsx
+++ b/bench/react-hello-world/react-hello-world.jsx
@@ -1,5 +1,5 @@
// to run this:
-// bun react-hello-world.jsx --jsx-production
+// bun --jsx-production react-hello-world.jsx
// This will become the official react-dom/server.bun build a little later
// It will be the default when you import from "react-dom/server"