Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
update readme
Brad Cornes <bradlc41@gmail.com>
3 years ago
1 changed files, 1 additions(+), 1 deletions(-)
M README.md -> README.md
diff --git a/README.md b/README.md
index 6c65160f63f1a220af98caed96882dbe7c106d27..d2499fd8e64100b2f1c12bf124c85a04d6fb0a61 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ ```
 "css.validate": false
 ```
 
-By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience, particularly when editing Tailwind classes within JSX:
+By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience:
 
 ```
 "editor.quickSuggestions": {