From 32c55b6c043fe28783d50abd44f9e249819c2c20 Mon Sep 17 00:00:00 2001 From: naoh Date: Thu, 15 Dec 2016 12:29:42 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d97977a..1d95236a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Random.js +[![CDNJS](https://img.shields.io/cdnjs/v/random-js.svg)](https://cdnjs.com/libraries/random-js) This is designed to be a mathematically correct random number generator library for JavaScript.