Skip to content

Commit b7063a1

Browse files
committed
update readme image paths
1 parent 9ab6ef8 commit b7063a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
## HTML
66

7-
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html.gif" alt="HTML autocompletion" width="750">
7+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html.gif" alt="HTML autocompletion" width="750">
88

99
Hover over a class name to preview the CSS:
1010

11-
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">
11+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">
1212

1313
## CSS
1414

1515
In CSS files you get autocompletions when using `@apply` and the `config()` helper.
1616

17-
<img src="https://github.com/bradlc/vscode-tailwindcss/blob/master/src/img/css.gif" alt="CSS autocompletion" width="750">
17+
<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/css.gif" alt="CSS autocompletion" width="750">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-tailwindcss",
33
"displayName": "Tailwind CSS IntelliSense",
44
"description": "Tailwind CSS class name completion",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "bradlc",
77
"engines": {
88
"vscode": "^1.20.0"

0 commit comments

Comments
 (0)