From 3af526734c4383b61e15ee4b74aa27b7b568adef Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 13 May 2024 15:07:13 -0400 Subject: [PATCH] title --- docs/docs/administration/global-env.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/global-env.mdx b/docs/docs/administration/global-env.mdx index 4525707ae..28dbff22f 100644 --- a/docs/docs/administration/global-env.mdx +++ b/docs/docs/administration/global-env.mdx @@ -5,7 +5,7 @@ import Admonition from "@theme/Admonition"; Langflow 1.0 alpha includes the option to add **Global Environment Variables** for your application. -## Example +## Add a global variable to a project In this example, you'll add the `openai_api_key` credential as a global environment variable to the **Basic Prompting** starter project.