From 3a36972919a83b119825de4ea6216e175ae20cb3 Mon Sep 17 00:00:00 2001 From: brian <77141303+schneedotdev@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:01:35 -0400 Subject: [PATCH] docs: resolve rendering issue with code block in getting started docs (#754) [fix] - resolve issue with code block rendering --- docs/docs/getting-started/guide-openai.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/getting-started/guide-openai.mdx b/docs/docs/getting-started/guide-openai.mdx index cbb6a75c3..119a329d5 100644 --- a/docs/docs/getting-started/guide-openai.mdx +++ b/docs/docs/getting-started/guide-openai.mdx @@ -14,8 +14,8 @@ Dive right into executing your first program utilizing LangChainGo in tandem wit ## Steps 1. **Set up your OpenAI API Key**: Before interacting with the OpenAI API, ensure that you've set up your API key. Typically, this is done by setting an environment variable. In your terminal, run the command: - ```shell - export OPENAI_API_KEY=your_openai_api_key_here +```shell +export OPENAI_API_KEY=your_openai_api_key_here ``` 2. Run the Example: Execute the following command: