From f2916984d86908ef75c052c9e7dca88870ee41b2 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Mon, 26 Dec 2016 12:05:08 +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 ce00ce42..c63e6eee 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![version](https://img.shields.io/npm/v/vectorious.svg?style=flat&label=version) ![travis](https://img.shields.io/travis/mateogianolio/vectorious.svg?style=flat) ![climate](https://img.shields.io/codeclimate/github/mateogianolio/vectorious.svg?style=flat&label=climate) ![coverage](https://img.shields.io/codeclimate/coverage/github/mateogianolio/vectorious.svg?style=flat&label=coverage) +[![CDNJS](https://img.shields.io/cdnjs/v/vectorious.svg)](https://cdnjs.com/libraries/vectorious) > A high performance linear algebra library, written in JavaScript and optimized with C++ bindings to [BLAS](http://www.netlib.org/blas/).