Skip to content

Commit 65bfbbe

Browse files
fix license badge
1 parent 26b9569 commit 65bfbbe

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 @@ let [ a , b ] = add( 1 , 10 , 1 , 5 ) ;
88
a / b === 3 / 10 ; // true
99
```
1010

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

0 commit comments

Comments
 (0)