From a4a7c3d92f44a9764cf5b959936819dc7a9c1d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Thu, 16 Feb 2017 13:49:51 +0100 Subject: [PATCH] fix license badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5d1e1..121a0d7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ let IntervalTree = persistent.intervaltree( fingertree.empty , INTERVAL ) ; ``` -[![NPM license](https://img.shields.io/npm/l/@aureooms/js-persistent.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-persistent/master/LICENSE) +[![License](https://img.shields.io/github/license/aureooms/js-persistent.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-persistent/master/LICENSE) [![NPM version](https://img.shields.io/npm/v/@aureooms/js-persistent.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-persistent) [![Build Status](https://img.shields.io/travis/aureooms/js-persistent.svg?style=flat)](https://travis-ci.org/aureooms/js-persistent) [![Coverage Status](https://img.shields.io/coveralls/aureooms/js-persistent.svg?style=flat)](https://coveralls.io/r/aureooms/js-persistent)