From 2e63cd99f4ae4d153cc3e3e2511a568c5a428d42 Mon Sep 17 00:00:00 2001 From: lcd78706 Date: Tue, 27 Dec 2016 17:36:10 +0800 Subject: [PATCH] add CDNJS version badge in README.md This badge will show the version on CDNJS. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07bcbe6..e01f904 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Binary Heap taken from http://eloquentjavascript.net/appendix2.html (license: ht ## Running the test suite [![Build Status](https://travis-ci.org/bgrins/javascript-astar.png?branch=master)](https://travis-ci.org/bgrins/javascript-astar) +[![CDNJS](https://img.shields.io/cdnjs/v/javascript-astar.svg)](https://cdnjs.com/libraries/javascript-astar) If you don't have grunt installed, follow the [grunt getting started guide](http://gruntjs.com/getting-started) first.