Skip to content

Commit 26b9569

Browse files
use https for shields.io
1 parent 3106fef commit 26b9569

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ let [ a , b ] = add( 1 , 10 , 1 , 5 ) ;
88
a / b === 3 / 10 ; // true
99
```
1010

11-
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-rational.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-rational/master/LICENSE)
12-
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-rational.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-rational)
13-
[![Bower version](http://img.shields.io/bower/v/@aureooms/js-rational.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-rational)
14-
[![Build Status](http://img.shields.io/travis/aureooms/js-rational.svg?style=flat)](https://travis-ci.org/aureooms/js-rational)
15-
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-rational.svg?style=flat)](https://coveralls.io/r/aureooms/js-rational)
16-
[![Dependencies Status](http://img.shields.io/david/aureooms/js-rational.svg?style=flat)](https://david-dm.org/aureooms/js-rational#info=dependencies)
17-
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-rational.svg?style=flat)](https://david-dm.org/aureooms/js-rational#info=devDependencies)
18-
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-rational.svg?style=flat)](https://codeclimate.com/github/aureooms/js-rational)
19-
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-rational.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-rational)
20-
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-rational.svg?style=flat)](https://github.com/aureooms/js-rational/issues)
11+
[![NPM license](https://img.shields.io/npm/l/@aureooms/js-rational.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-rational/master/LICENSE)
12+
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-rational.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-rational)
13+
[![Bower version](https://img.shields.io/bower/v/@aureooms/js-rational.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-rational)
14+
[![Build Status](https://img.shields.io/travis/aureooms/js-rational.svg?style=flat)](https://travis-ci.org/aureooms/js-rational)
15+
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-rational.svg?style=flat)](https://coveralls.io/r/aureooms/js-rational)
16+
[![Dependencies Status](https://img.shields.io/david/aureooms/js-rational.svg?style=flat)](https://david-dm.org/aureooms/js-rational#info=dependencies)
17+
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-rational.svg?style=flat)](https://david-dm.org/aureooms/js-rational#info=devDependencies)
18+
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-rational.svg?style=flat)](https://codeclimate.com/github/aureooms/js-rational)
19+
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-rational.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-rational)
20+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-rational.svg?style=flat)](https://github.com/aureooms/js-rational/issues)
2121
[![Inline docs](http://inch-ci.org/github/aureooms/js-rational.svg?branch=master&style=shields)](http://inch-ci.org/github/aureooms/js-rational)
2222

2323
Can be managed through [jspm](https://github.com/jspm/jspm-cli),

0 commit comments

Comments
 (0)