From 91706329bc0baba7d6af5421c037a668b0b0a8b6 Mon Sep 17 00:00:00 2001 From: jknt Date: Thu, 13 Jul 2023 09:51:47 +0530 Subject: [PATCH] Update README.md (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3190f28..2f9b11b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ testApp(); npm install embedchain ``` -- Make sure that dotenv package is installed and your `OPENAI_SECRET_KEY` in a file called `.env` in the root folder. You can install dotenv by +- Make sure that dotenv package is installed and your `OPENAI_API_KEY` in a file called `.env` in the root folder. You can install dotenv by ```js npm install dotenv