diff --git a/docs/bundler/index.md b/docs/bundler/index.md index 9442ae8680..a66054549d 100644 --- a/docs/bundler/index.md +++ b/docs/bundler/index.md @@ -1,4 +1,4 @@ -Bun's fast native bundler is now in beta. It can be used via the `bun build` CLI command or the `Bun.build()` JavaScript API. +Bun's fast native bundler can be used via the `bun build` CLI command or the `Bun.build()` JavaScript API. {% codetabs group="a" %}