From 18e4b96fde8315b0416a3278b026a06905bf3256 Mon Sep 17 00:00:00 2001 From: Zack Bradshaw Date: Fri, 20 Oct 2023 16:49:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3fedbd..a24b356 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An all-inclusive API endpoint that harnesses the power of ChatGPT-4 for text com You can install the Bing Chat API using pip: ``` -pip3 install --upgrade bingchatapi +pip3 install --upgrade bing-chat ``` ## Usage 🐡