Skip to content

Commit 25c7706

Browse files
fix license badge
1 parent 955af75 commit 25c7706

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
@@ -9,7 +9,7 @@ let p = partial( j , [ 5 , 4 , -1 ] ) ;
99
p( -1 ) ; // 5 - 4 - 1 = 0
1010
```
1111

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

0 commit comments

Comments
 (0)