aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-07 21:31:52 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-07 21:31:52 -0700
commit1c83f3091c895bb27df3e4dc773d96715ee88ed0 (patch)
tree51dcf79c0c38145fb2061eb57df3cf2c457e1e40
parentdfd08e7c5572f58e32c89b7c4149ce7166d33e65 (diff)
downloadbun-1c83f3091c895bb27df3e4dc773d96715ee88ed0.tar.gz
bun-1c83f3091c895bb27df3e4dc773d96715ee88ed0.tar.zst
bun-1c83f3091c895bb27df3e4dc773d96715ee88ed0.zip
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 15b4ef143..973f0322a 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,9 @@ npm install -g bun-cli
## Benchmarks
-CSS: [Bun is 14x faster](./bench/hot-module-reloading/css-stress-test) than Next.js at hot reloading CSS. TODO: compare Vite
-JavaScript: TODO
+**CSS**: [Bun is 14x faster](./bench/hot-module-reloading/css-stress-test) than Next.js at hot reloading CSS. TODO: compare Vite
+
+**JavaScript**: TODO
### Getting started