diff --git a/README.md b/README.md
index 1ae019c..32ffbbd 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,14 @@
## HTML
-
+
Hover over a class name to preview the CSS:
-
+
## CSS
In CSS files you get autocompletions when using `@apply` and the `config()` helper.
-
+
diff --git a/package.json b/package.json
index 173397b..43c15f3 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "vscode-tailwindcss",
"displayName": "Tailwind CSS IntelliSense",
"description": "Tailwind CSS class name completion",
- "version": "0.1.0",
+ "version": "0.1.1",
"publisher": "bradlc",
"engines": {
"vscode": "^1.20.0"