diff --git a/README.md b/README.md index 32ffbbd2531be21ef288c9f86be141c7d20582ec..1ae019cb6d6647c26f9de8ad4e3ea3b2334f22ca 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,15 @@ > Tailwind CSS class name completion for VS Code ## 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. # Tailwind CSS IntelliSense +> Tailwind CSS class name completion for VS Code diff --git a/package.json b/package.json index 43c15f3caf0df01b79f7d7027c242889df7c299b..173397b216368fac4e39db15029f16a687b8b970 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "name": "vscode-tailwindcss", "displayName": "Tailwind CSS IntelliSense", "description": "Tailwind CSS class name completion", "version": "0.1.1", + "name": "vscode-tailwindcss", "publisher": "bradlc", "engines": { "vscode": "^1.20.0"