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 525dfcf commit af77767
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 defaultdict data structure for JavaScript. Parent is
defaultdict( ( ) => 0 ).get( 'x' ) ; // 0
```

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

0 comments on commit af77767

Please sign in to comment.