diff --git a/docs/integrations/frameworks/bun.mdx b/docs/integrations/frameworks/bun.mdx index e0ce22458..4eeace2b5 100644 --- a/docs/integrations/frameworks/bun.mdx +++ b/docs/integrations/frameworks/bun.mdx @@ -1,6 +1,6 @@ --- -title: "React" -description: "How to use Infisical to inject environment variables and secrets into a React app." +title: "Bun" +description: "How to use Infisical to inject environment variables and secrets into a Bun app." --- Prerequisites: @@ -8,7 +8,7 @@ Prerequisites: - Set up and add envars to [Infisical Cloud](https://app.infisical.com) - [Install the CLI](/cli/overview) -## Initialize Infisical for your [Create React App](https://create-react-app.dev) +## Initialize Infisical for your [Bun](https://bun.sh) ```bash # navigate to the root of your of your project