From da6fa6d8ce43d581f3d113d89c1112903e3004d6 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Wed, 20 Sep 2023 23:44:15 -0700 Subject: [PATCH] added bun docs --- docs/integrations/frameworks/bun.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).