diff --git a/README.md b/README.md
index 9421b63473e1d258f6ccefde0ed94a0002e145ae..c30bc26f4d11b3b878c1e8b1d467228cee14ad85 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,33 @@
# Tailwind CSS IntelliSense
-> Tailwind CSS class name completion for VS Code
+> [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code
**[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
-## HTML
+## Features
-<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html.gif" alt="HTML autocompletion" width="750">
+### Markup
-Hover over a class name to preview the CSS:
+- class name suggestions, including support for Emmet
+- CSS preview when hovering over class names
-<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/html-hover.gif" alt="HTML hover preview" width="750">
+### CSS
-## CSS
+- class name suggestions when using `@apply`
+- suggestions when using the `config` helper
+- suggestions when using the `@screen` directive
+- improves syntax highlighting when using `@apply` and `config()`
-In CSS files you get autocompletions when using `@apply` and the `config()` helper.
+## GIFs
+
+### HTML
+
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html.gif" alt="HTML autocompletion" width="750">
+
+Hover over a class name to preview the CSS:
+
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/html-hover.gif" alt="HTML hover preview" width="750">
+
+### CSS
-<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/src/img/css.gif" alt="CSS autocompletion" width="750">
+<img src="https://raw.githubusercontent.com/bradlc/vscode-tailwindcss/master/img/css.gif" alt="CSS autocompletion" width="750">