diff options
author | 2021-10-15 23:36:30 -0700 | |
---|---|---|
committer | 2021-10-15 23:36:30 -0700 | |
commit | 2461c11536799982b586fdd10af9d67ceba7303d (patch) | |
tree | 17ce4c18f99ce67df441e3a74215876c3da3f45e /README.md | |
parent | f17345ffe4c20d5833b60c7ff0fac3da9c8a3756 (diff) | |
download | bun-2461c11536799982b586fdd10af9d67ceba7303d.tar.gz bun-2461c11536799982b586fdd10af9d67ceba7303d.tar.zst bun-2461c11536799982b586fdd10af9d67ceba7303d.zip |
Cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |