From 9b08ca9a122da1ba33f695089558debeee2d2c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Thu, 16 Feb 2017 13:49:54 +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 0d1f70c..904003a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ U.union( A , B ) ; U.find( a ) === U.find( b ) ; // true ``` -[![NPM license](https://img.shields.io/npm/l/@aureooms/js-fixed-disjoint-set.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-fixed-disjoint-set/master/LICENSE) +[![License](https://img.shields.io/github/license/aureooms/js-fixed-disjoint-set.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-fixed-disjoint-set/master/LICENSE) [![NPM version](https://img.shields.io/npm/v/@aureooms/js-fixed-disjoint-set.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-fixed-disjoint-set) [![Build Status](https://img.shields.io/travis/aureooms/js-fixed-disjoint-set.svg?style=flat)](https://travis-ci.org/aureooms/js-fixed-disjoint-set) [![Coverage Status](https://img.shields.io/coveralls/aureooms/js-fixed-disjoint-set.svg?style=flat)](https://coveralls.io/r/aureooms/js-fixed-disjoint-set)