From de4e7460e8d35399ebfed92fc290db8d5624e16c Mon Sep 17 00:00:00 2001 From: LboAnn Date: Sun, 3 Sep 2017 13:03:36 +0800 Subject: [PATCH] Add CDNJS version badge in README.md This badge will show the library version on CDNJS! --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7a6d4bd..629ce3a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ # jQuery.loadTemplate +[![CDNJS version](https://img.shields.io/cdnjs/v/jquery.loadtemplate.svg)](https://cdnjs.com/libraries/jquery.loadtemplate) jQuery Template is a jQuery plugin that makes using templates easy and quick. The plugin supports loading HTML files as templates, or taking a jQuery object as the template (usually using script tags to hold the template).