From 64199f2ce3180e4da1a07ab2e3797e3bddeb8c9a Mon Sep 17 00:00:00 2001 From: naoh Date: Tue, 13 Dec 2016 13:47:25 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 591b1574..dc0dc2ef 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Develop [![Build Status](https://travis-ci.org/adamwdraper/Numeral-js.svg?branch [![NPM](https://nodei.co/npm/numeral.svg?downloads=true)](https://nodei.co/npm/numeral/) +#CDNJS + +[![CDNJS](https://img.shields.io/cdnjs/v/numeral.js.svg)](https://cdnjs.com/libraries/numeral.js) + # Contributing #### Important: Please create your branch from and submit pull requests to the `develop` branch.