diff --git a/README.md b/README.md
index dc4449e..c00373a 100644
--- a/README.md
+++ b/README.md
@@ -8,23 +8,27 @@ 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 [`theme` helper](https://tailwindcss.com/docs/functions-and-directives/#theme).
+### Autocomplete
-
+Intelligent suggestions for class names, as well as [CSS functions and directives](https://tailwindcss.com/docs/functions-and-directives/).
-- **Linting**
- Highlights errors and potential bugs in both your CSS and your markup.
+
-
+### Linting
-- **Hover Preview**
- See the complete CSS for a Tailwind class name by hovering over it.
+Highlights errors and potential bugs in both your CSS and your markup.
-
+
-- **CSS Syntax Highlighting**
- Provides syntax definitions so that Tailwind features are highlighted correctly.
+### Hover Preview
+
+See the complete CSS for a Tailwind class name by hovering over it.
+
+
+
+### CSS Syntax Highlighting
+
+Provides syntax definitions so that Tailwind features are highlighted correctly.
## Settings