Skip to content

Commit 9c29a54

Browse files
committed
update readme
1 parent aa1c8f1 commit 9c29a54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/banner.png" alt="" />
1+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/.github/intellisense-banner.png" alt="" />
22

33
Tailwind CSS IntelliSense enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting.
44

@@ -14,19 +14,19 @@ In order for the extension to activate you must have [`tailwindcss` installed](h
1414

1515
Intelligent suggestions for class names, as well as [CSS functions and directives](https://tailwindcss.com/docs/functions-and-directives/).
1616

17-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/autocomplete.png" alt="" />
17+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/.github/autocomplete.png" alt="" />
1818

1919
### Linting
2020

2121
Highlights errors and potential bugs in both your CSS and your markup.
2222

23-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/linting.png" alt="" />
23+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/.github/linting.png" alt="" />
2424

2525
### Hover Preview
2626

2727
See the complete CSS for a Tailwind class name by hovering over it.
2828

29-
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/diagnostics/.github/hover.png" alt="" />
29+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/.github/hover.png" alt="" />
3030

3131
### CSS Syntax Highlighting
3232

0 commit comments

Comments
 (0)