diff --git a/README.md b/README.md
index 7190c4c..dc4449e 100644
--- a/README.md
+++ b/README.md
@@ -8,25 +8,23 @@ In order for the extension to activate you must have [`tailwindcss` installed](h
## Features
-- **Autocomplete**
- Intelligent suggestions for class names, [CSS directives](https://tailwindcss.com/docs/functions-and-directives/), and the [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme)
+- **Autocomplete**
+ Intelligent suggestions for class names, [CSS directives](https://tailwindcss.com/docs/functions-and-directives/), and [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme).
-- **Hover Preview**
- See the complete CSS for a Tailwind class name by hovering over it
-
-
-
-- **Linting**
- Highlights errors and potential bugs in your HTML and CSS files
+- **Linting**
+ Highlights errors and potential bugs in both your CSS and your markup.
-- **CSS Syntax Highlighting**
- Provides syntax definitions so that use of Tailwind features doesn’t mess up your syntax highlighting
+- **Hover Preview**
+ See the complete CSS for a Tailwind class name by hovering over it.
-## Troubleshooting
+
+
+- **CSS Syntax Highlighting**
+ Provides syntax definitions so that Tailwind features are highlighted correctly.
## Settings