diff options
author | 2023-03-28 12:37:46 -0400 | |
---|---|---|
committer | 2023-03-28 09:37:46 -0700 | |
commit | d5418052b11cfdc37075fd3e5da4f293991e3132 (patch) | |
tree | f0a6912bfed3d679d3d920cf0af8a29ce822c391 | |
parent | cfceb26edda6770140f1e5bf278e23bcdd796fd6 (diff) | |
download | bun-d5418052b11cfdc37075fd3e5da4f293991e3132.tar.gz bun-d5418052b11cfdc37075fd3e5da4f293991e3132.tar.zst bun-d5418052b11cfdc37075fd3e5da4f293991e3132.zip |
Remove extra 's' on keep (#2498)
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index eaaf50628..433cf577c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ $ bunx cowsay "Hello, world!" # execute a package ``` {% callout type="note" %} -**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. {% /callout %} ### Get started |