diff options
author | 2023-03-28 23:26:43 -0700 | |
---|---|---|
committer | 2023-03-28 23:26:43 -0700 | |
commit | f0def8c77072869f3ce6bc081651ff4d8c97f66a (patch) | |
tree | 4543f85b8025dec52fd77e8cfe622574893c2da3 /README.md | |
parent | 786475ff58e0726100f6d48c7b12b9e559e22b82 (diff) | |
download | bun-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 & live reloading](https://bun.sh/docs/runtime/hot) - [Plugins](https://bun.sh/docs/runtime/plugins) - Ecosystem - [Node.js](https://bun.sh/docs/ecosystem/nodejs) |