From 334369bc8847f85500d24142f58578f07b66da40 Mon Sep 17 00:00:00 2001 From: Chris Bracco Date: Mon, 1 Feb 2016 14:30:09 -0500 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e643b03..31d41b1 100644 --- a/README.md +++ b/README.md @@ -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.