Update README.md

This commit is contained in:
Josh Johnson 2016-01-11 15:53:48 -05:00
parent 5dee16159e
commit f21956e943
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# XML Tools for Visual Studio Code
This extension provides additional XML support to [VS Code](https://code.visualstudio.com).
[![License](https://img.shields.io/github/license/DotJoshJohnson/vscode-xml.svg)](https://github.com/DotJoshJohnson/vscode-xml/blob/master/LICENSE)
[![Current Version](https://img.shields.io/github/release/DotJoshJohnson/vscode-xml.svg)](https://github.com/DotJoshJohnson/vscode-xml/releases)
## Features
* XML Formatting (Indent and Minify)
@ -10,3 +11,9 @@ This extension provides additional XML support to [VS Code](https://code.visuals
## Release Notes
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
## Issues
[![Iteration Backlog](https://badge.waffle.io/DotJoshJohnson/vscode-xml.svg?label=Iteration:%20Backlog&title=Iteration%20Backlog)](http://waffle.io/DotJoshJohnson/vscode-xml)
[![In Progress](https://badge.waffle.io/DotJoshJohnson/vscode-xml.svg?label=Iteration:%20In%20Progress&title=In%20Progress)](http://waffle.io/DotJoshJohnson/vscode-xml)
Run into a bug? Report it [here](https://github.com/DotJoshJohnson/vscode-xml/issues).