From b7063a1685ee79798373664664669c5aa3a9bdea Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 21 Aug 2018 14:02:16 +0100 Subject: [PATCH] update readme image paths --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ae019c..32ffbbd 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ ## HTML -HTML autocompletion +HTML autocompletion Hover over a class name to preview the CSS: -HTML hover preview +HTML hover preview ## CSS In CSS files you get autocompletions when using `@apply` and the `config()` helper. -CSS autocompletion +CSS autocompletion 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"