From f8ba1f5c62d87df49f959181d49914512360e273 Mon Sep 17 00:00:00 2001 From: Cody Bromley Date: Thu, 13 Apr 2023 14:19:16 -0500 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0227dfc..59ac02b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This Visual Studio Code extension helps you generate context for .js/.jsx and .ts/.tsx files, making it easier to collaborate with AI models like OpenAI's GPT-4. The extension generates context by -pulling in non-CSS dependencies such as API pages that are referenced in your code. It also respects +pulling in local dependencies such as API pages that are referenced in your code. It also respects `.gitignore` rules to avoid including unnecessary files. ## Features