aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-15 23:36:30 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-15 23:36:30 -0700
commit2461c11536799982b586fdd10af9d67ceba7303d (patch)
tree17ce4c18f99ce67df441e3a74215876c3da3f45e /README.md
parentf17345ffe4c20d5833b60c7ff0fac3da9c8a3756 (diff)
downloadbun-2461c11536799982b586fdd10af9d67ceba7303d.tar.gz
bun-2461c11536799982b586fdd10af9d67ceba7303d.tar.zst
bun-2461c11536799982b586fdd10af9d67ceba7303d.zip
Cleanup
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 95885d52f..62b621bce 100644
--- a/README.md
+++ b/README.md
@@ -417,7 +417,7 @@ If you're interested in adding a framework integration, please reach out. There'
`bun create` is a fast way to create a new project from a template.
-At the time of writing, `bun create react app` runs ~14x faster on my local computer than `yarn create react-app app`. `bun create` currently does no caching (though your npm client does)
+At the time of writing, `bun create react app` runs ~11x faster on my local computer than `yarn create react-app app`. `bun create` currently does no caching (though your npm client does)
#### Usage