diff options
author | 2022-10-12 19:13:40 -0700 | |
---|---|---|
committer | 2022-10-12 19:13:40 -0700 | |
commit | 39940ec1f5521bacaab3b32551457a55c2499eef (patch) | |
tree | 6d46e243596c79c373369174708b2eeff6c60325 | |
parent | f725b7e1ab7d84187a2f13a86ca8f732a200617c (diff) | |
download | bun-39940ec1f5521bacaab3b32551457a55c2499eef.tar.gz bun-39940ec1f5521bacaab3b32551457a55c2499eef.tar.zst bun-39940ec1f5521bacaab3b32551457a55c2499eef.zip |
Update README.md
-rw-r--r-- | README.md | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -1332,9 +1332,28 @@ bun run relay-compiler --schema foo.graphql Unlike file watchers like `nodemon`, `bun --hot` can keep stateful objects like the HTTP server running. -| | | -| :--------- | ------: | -| Bun v0.2.0 | Nodemon | +<table> +<tr> +<th align="center"> +<img width="441" height="1"> +<p> +<small> +Bun v0.2.0 +</small> +</p> +</th> +<th align="center"> +<img width="441" height="1"> +<p> +<small> +Nodemon +</small> +</p> +</th> +</tr> +<tr> +</tr> +</table>  |