diff options
author | 2023-08-21 11:32:08 +0300 | |
---|---|---|
committer | 2023-08-21 01:32:08 -0700 | |
commit | 183b818462663cbd4828a92733975eb0a831bb39 (patch) | |
tree | 6d110f874e73d35e4681b984b2fd89e602dcf4a9 | |
parent | 9cf868fef4ed5ed7ebcd2e6e561a1e83b35aaa43 (diff) | |
download | bun-183b818462663cbd4828a92733975eb0a831bb39.tar.gz bun-183b818462663cbd4828a92733975eb0a831bb39.tar.zst bun-183b818462663cbd4828a92733975eb0a831bb39.zip |
Update README.md (#4232)
Fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ ## What is Bun? -> **Bun is still under development.** Use it to speed up your development workflows or run simpler production code in resource-constrained environments like serverless functions. We're working on more complete Node.js compatibility and integration with existing frameworks. Join the [Discord](https://bun.sh/discord) and watch the [GitHub repository](https://github.com/oven-sh/bun) to keeps tabs on future releases. +> **Bun is still under development.** Use it to speed up your development workflows or run simpler production code in resource-constrained environments like serverless functions. We're working on more complete Node.js compatibility and integration with existing frameworks. Join the [Discord](https://bun.sh/discord) and watch the [GitHub repository](https://github.com/oven-sh/bun) to keep tabs on future releases. Bun is an all-in-one toolkit for JavaScript and TypeScript apps. It ships as a single executable called `bun`. |