Skip to content

Commit 40a3e49

Browse files
committed
Corrected formatting in README
1 parent f9124a1 commit 40a3e49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ To use this repository with a local installation of MATLAB, first clone the repo
5252

5353
Set up your OpenAI API key. Create a `.env` file in the project root directory with the following content.
5454

55-
```
56-
OPENAI_API_KEY=<your key>
57-
```
55+
```
56+
OPENAI_API_KEY=<your key>
57+
```
5858
5959
Then load your `.env` file as follows:
6060
61-
```matlab
62-
loadenv(".env")
63-
```
61+
```matlab
62+
loadenv(".env")
63+
```
6464

6565
## Getting Started with Chat Completion API
6666

0 commit comments

Comments
 (0)