From a2d9d352339d393a6f26820547503cd3fad4c80a Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Tue, 20 Dec 2016 12:27:08 +0800 Subject: [PATCH] add CDNJS version badge in README.markdown This badge will show the version on CDNJS! --- Readme.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.markdown b/Readme.markdown index 942ad6f..2f97997 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -1,5 +1,7 @@ # US Map # +[![CDNJS](https://img.shields.io/cdnjs/v/us-map.svg)](https://cdnjs.com/libraries/us-map) + A Javascript map of the United States built with SVG/VML by using Raphael as a jQuery plugin. You can configure the styles of the states and labels for the default, per state, and hover. You can bind to it through jQuery to capture the events of when users click on states.