From e1741c3eb3deb8d765be7ac3b95483870c0cb6f2 Mon Sep 17 00:00:00 2001 From: Liu Hao <49825610+sss1h@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:31:14 +0800 Subject: [PATCH] Update README.md Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fea6010..c7b6f5f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This Visual Studio Code extension allows you to use the [unofficial ChatGPT API] - **Insert code snippets** from the AI's response into the active editor by clicking on them -## Instalation +## Installation To use this extension, install it from the VSCode marketplace or download and install `.vsix` file from Releases. @@ -77,4 +77,4 @@ Please note that this extension is currently a proof of concept and may have som - This wouldn't be possible without OpenAI's [ChatGPT](https://chat.openai.com/chat) - The extension makes use of [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) (by [Travis Fischer](https://github.com/transitive-bullshit)), which uses ChatGPT unofficial API in order to login and communicate with it. - It is built on top of [mpociot/chatgpt-vscode](https://github.com/mpociot/chatgpt-vscode), which started this project -- `v0.3` inspired and based on [barnesoir/chatgpt-vscode-plugin](https://github.com/barnesoir/chatgpt-vscode-plugin) and [gencay/vscode-chatgpt](https://github.com/gencay/vscode-chatgpt) \ No newline at end of file +- `v0.3` inspired and based on [barnesoir/chatgpt-vscode-plugin](https://github.com/barnesoir/chatgpt-vscode-plugin) and [gencay/vscode-chatgpt](https://github.com/gencay/vscode-chatgpt)