From aa652b364e3c4ba9fa03e56b9019c7adfdb824b8 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Sun, 6 Nov 2016 17:43:46 +0800 Subject: [PATCH] add CDNJS version badge in README.md This badge will show the version on CDNJS! --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 6002c22..7e4f9be 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ jQuery countTo Plugin ===================== +[![CDNJS](https://img.shields.io/cdnjs/v/jquery-countto.svg)](https://cdnjs.com/libraries/jquery-countto) + [jQuery countTo](https://github.com/mhuggins/jquery-countTo) is a [jQuery](http://jquery.com) plugin that will count up (or down) to a target number at a specified speed, rendered within an HTML DOM element.