From f6a1be5cbb7e8631c7c95e2e03c79b5651d7e578 Mon Sep 17 00:00:00 2001 From: naoh Date: Tue, 18 Oct 2016 17:36:03 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f38f9c..b76d7b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Agility.js +[![CDNJS](https://img.shields.io/cdnjs/v/agility.svg)](https://cdnjs.com/libraries/agility) + Agility is an MVC library for client-side Javascript that lets you write **maintainable** code without compromising on **development speed**. It's [write less, do more](http://www.jquery.com) with maintainability. ## Main site