diff options
author | 2023-09-15 07:09:48 -0700 | |
---|---|---|
committer | 2023-09-15 07:09:48 -0700 | |
commit | 7662f99ee08004f1b78f164aee4bb59524f9e424 (patch) | |
tree | e370da3bed62436c5a8c22232e8996a013db8ba1 | |
parent | 1e99419127a868b4a3502ff01567d59a34232862 (diff) | |
download | bun-7662f99ee08004f1b78f164aee4bb59524f9e424.tar.gz bun-7662f99ee08004f1b78f164aee4bb59524f9e424.tar.zst bun-7662f99ee08004f1b78f164aee4bb59524f9e424.zip |
Update 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 keep tabs on future releases. +> **Bun is under active 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`. |