From efd59d4fb929bdfb319b62287e1b44c220ce73a1 Mon Sep 17 00:00:00 2001 From: naoh Date: Tue, 13 Dec 2016 13:50:20 +0800 Subject: [PATCH] Add CDNJS version badge in readme This will add the badge to show its version on CDNJS and also link to its page on CDNJS! --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 711cefa..844961e 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # Davis.js +[![CDNJS](https://img.shields.io/cdnjs/v/davis.js.svg)](https://cdnjs.com/libraries/davis.js) + ## Description Davis.js is a small JavaScript library using HTML5 history.pushState that allows simple Sinatra style routing for your JavaScript apps. @@ -69,4 +71,4 @@ Contributions are more than welcome, to make the process easier and quicker plea ## Feedback -Any feedback or suggestions are welcome via [issues](https://github.com/olivernn/davis.js/issues). \ No newline at end of file +Any feedback or suggestions are welcome via [issues](https://github.com/olivernn/davis.js/issues).