aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-03-28 23:26:43 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-28 23:26:43 -0700
commitf0def8c77072869f3ce6bc081651ff4d8c97f66a (patch)
tree4543f85b8025dec52fd77e8cfe622574893c2da3 /README.md
parent786475ff58e0726100f6d48c7b12b9e559e22b82 (diff)
downloadbun-f0def8c77072869f3ce6bc081651ff4d8c97f66a.tar.gz
bun-f0def8c77072869f3ce6bc081651ff4d8c97f66a.tar.zst
bun-f0def8c77072869f3ce6bc081651ff4d8c97f66a.zip
Add doc on watch mode (#2502)
* Add doc on watch mode * Update hot.md * Update hot.md * More words * Update hot.md * Update hot.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e41979eb..39fa2f77a 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ bun upgrade --canary
- Runtime
- [Runtime](https://bun.sh/docs/runtime/index)
- [Module resolution](https://bun.sh/docs/runtime/modules)
- - [Hot reloading](https://bun.sh/docs/runtime/hot)
+ - [Hot &amp; live reloading](https://bun.sh/docs/runtime/hot)
- [Plugins](https://bun.sh/docs/runtime/plugins)
- Ecosystem
- [Node.js](https://bun.sh/docs/ecosystem/nodejs)