aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-12 19:10:01 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-12 19:10:01 -0700
commitda66bed946201f1e4b1845e852a9e4cb2768853d (patch)
tree95b9709b86d82d3c56dd2d669a213bd31a0be8de
parent58fe024aea692035fabfa989b8f1a475f30abc27 (diff)
downloadbun-da66bed946201f1e4b1845e852a9e4cb2768853d.tar.gz
bun-da66bed946201f1e4b1845e852a9e4cb2768853d.tar.zst
bun-da66bed946201f1e4b1845e852a9e4cb2768853d.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bdd6267bb..ef6f7ab99 100644
--- a/README.md
+++ b/README.md
@@ -1330,11 +1330,11 @@ bun run relay-compiler --schema foo.graphql
`bun --hot` enables hot reloading of code in Bun's JavaScript runtime. This is a very experimental feature available in Bun v0.2.0.
-Unlike file watchers like `nodemon`, `bun --hot` won't crash your HTTP server.
+Unlike file watchers like `nodemon`, `bun --hot` can keep stateful objects like the HTTP server running.
-**Left**: Bun v0.2.0 with `--hot` enabled
-
-**Right**: Nodemon (Node)
+| | |
+| -------------- | ----------- |
+| :-- Bun v0.2.0 | Nodemon --: |
![Screen Recording 2022-10-06 at 2 36 06 AM](https://user-images.githubusercontent.com/709451/195477632-5fd8a73e-014d-4589-9ba2-e075ad9eb040.gif)