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 07c6ef5 commit 4f51ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ let compare = reverse( lexicographical( increasing ) ) ;
compare( [ 1 , 1 ] , [ 1 , 2 ] ) > 0 ; // true
```

[![NPM license](https://img.shields.io/npm/l/@aureooms/js-compare.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-compare/master/LICENSE)
[![License](https://img.shields.io/github/license/aureooms/js-compare.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-compare/master/LICENSE)
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-compare.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-compare)
[![Bower version](https://img.shields.io/bower/v/@aureooms/js-compare.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-compare)
[![Build Status](https://img.shields.io/travis/aureooms/js-compare.svg?style=flat)](https://travis-ci.org/aureooms/js-compare)
Expand Down

0 comments on commit 4f51ace

Please sign in to comment.