Skip to content

Commit e4a4b7d

Browse files
fix license badge
1 parent 7aeb515 commit e4a4b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python's ordereddict data structure for JavaScript. Parent is
88
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]
99
```
1010

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

0 commit comments

Comments
 (0)