Skip to content

Commit

Permalink
fix license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 16, 2017
1 parent 82d915a commit 9b08ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9b08ca9

Please sign in to comment.