Skip to content

Commit ef4fb8d

Browse files
authored
Update README.md
1 parent 25978fe commit ef4fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pip install .
6060
```
6161
7. **Then rename the `.example.env` file to `.env` so that you can save your OpenAI key in it.**
6262
```
63-
mv .env.example .env
63+
mv .example.env .env
6464
```
6565
8. **Add your Open AI key to your new `.env` file. If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys)**:
6666
```

0 commit comments

Comments
 (0)