From 28f34be704f4e363ad701066302bdf6911f53e65 Mon Sep 17 00:00:00 2001 From: sufuf3 Date: Wed, 23 Aug 2017 09:50:36 +0800 Subject: [PATCH] Add CDNJS and npm version badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25531c8..13394d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Choices.js ![Build Status](https://travis-ci.org/jshjohnson/Choices.svg?branch=master) +# Choices.js ![Build Status](https://travis-ci.org/jshjohnson/Choices.svg?branch=master) [![CDNJS](https://img.shields.io/cdnjs/v/choices.js.svg)](https://cdnjs.com/libraries/choices.js) [![npm](https://img.shields.io/npm/v/choices.js.svg)](https://www.npmjs.com/package/choices.js) A vanilla, lightweight (~15kb gzipped 🎉), configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency. [Demo](https://joshuajohnson.co.uk/Choices/)