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 e6fca57 commit 827079b
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 @@ Mapping library for JavaScript. Parent is
mapping.fromkeys( 'ab' , 1 ) ; // [['a', 1], ['b', 1]]
```

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

0 comments on commit 827079b

Please sign in to comment.