Add npm version badge to readme

Now that the project has been published to npm (as of 0.6.0), add a
badge to the readme that displays the latest published version of the
project.
This commit is contained in:
Chris Bracco
2016-02-01 14:30:09 -05:00
parent c227c4daa6
commit 334369bc88

View File

@@ -1,5 +1,7 @@
# HTML5 Test Page
[![npm version](https://badge.fury.io/js/html5-test-page.svg)](https://badge.fury.io/js/html5-test-page)
This is a test page filled with common HTML elements to be used to provide visual feedback whilst building CSS systems and frameworks.
I have not been able to find a sufficient test page out there, so I made one.