diff --git a/README.md b/README.md
index 4dd01a3..4b9f166 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
# vim-vue-plugin [![Build Status][12]](https://travis-ci.com/leafOfTree/vim-vue-plugin)
+
+
+
+
Vim syntax and indent plugin for `.vue` files. Mainly inspired by [mxw/vim-jsx][1].
+
## Install
- [VundleVim][2]
@@ -32,9 +37,7 @@ Since `.vue` is a combination of CSS, HTML and JavaScript, so is `vim-vue-plugin
Supports
- Vue directives.
-- Pug with [vim-pug][4].^
-- Less/Sass/Scss.^
-- Coffee with [vim-coffee-script][11].^
+- Less/Sass/Scss, Pug with [vim-pug][4], Coffee with [vim-coffee-script][11].^
- A builtin `foldexpr` foldmethod.^
- [emmet-vim][10] HTML/CSS/JavaScript filetype detection.
- `.wpy` files from [WePY][6].
@@ -68,7 +71,6 @@ Set global variable to `1` to enable or `0` to disable. Ex:
## Screenshot
-
## Context based behavior