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 601e5d5 commit 142077c
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 @@ -8,7 +8,7 @@ Python's namedtuple data structure for JavaScript. Parent is
let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;
```

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

0 comments on commit 142077c

Please sign in to comment.