From 53a904ca3731264a298eb3779885ebc6b7aeb05b Mon Sep 17 00:00:00 2001 From: hare1039 Date: Thu, 15 Dec 2016 19:10:48 +0800 Subject: [PATCH] Add CDNJS version badge in readme.md This badge will show version on CDNJS. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa0c568..5b1c09d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ > A jQuery plugin to provide simple yet fully customisable pagination. [![Bower version][bower-image]][bower-url] +[![CDNJS](https://img.shields.io/cdnjs/v/paginationjs.svg)](https://cdnjs.com/libraries/paginationjs) [bower-url]:http://badge.fury.io/bo/paginationjs [bower-image]: https://badge.fury.io/bo/paginationjs.svg @@ -116,4 +117,4 @@ Or any other templating engine you prefer. Released under the MIT license. -MIT: [http://rem.mit-license.org](http://rem.mit-license.org/), See [LICENSE](/LICENSE) \ No newline at end of file +MIT: [http://rem.mit-license.org](http://rem.mit-license.org/), See [LICENSE](/LICENSE) -- GitLab