diff --git a/docs/integrations/frameworks/bun.mdx b/docs/integrations/frameworks/bun.mdx index 7ef042257..f2a61f6fe 100644 --- a/docs/integrations/frameworks/bun.mdx +++ b/docs/integrations/frameworks/bun.mdx @@ -28,7 +28,7 @@ infisical run -- bun run dev ``` - Bun environment variables can be called as either `bun.env.SECRET` or `process.env.SECRET`. + Bun environment variables can be called as either `Bun.env.SECRET` or `process.env.SECRET`. We also recommend you check this more in-depth [guide to environment variables in Bun](https://infisical.com/blog/bun-environment-variables).