Skip to content

Commit 60c584b

Browse files
😒 chore(README): Link to main branch.
1 parent f3ffb1e commit 60c584b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ let [ a , b ] = add( 1 , 10 , 1 , 5 ) ;
1717
a / b === 3 / 10 ; // true
1818
```
1919

20-
[![License](https://img.shields.io/github/license/aureooms/js-rational.svg)](https://raw.githubusercontent.com/aureooms/js-rational/master/LICENSE)
20+
[![License](https://img.shields.io/github/license/aureooms/js-rational.svg)](https://raw.githubusercontent.com/aureooms/js-rational/main/LICENSE)
2121
[![Version](https://img.shields.io/npm/v/@aureooms/js-rational.svg)](https://www.npmjs.org/package/@aureooms/js-rational)
22-
[![Build](https://img.shields.io/travis/aureooms/js-rational/master.svg)](https://travis-ci.org/aureooms/js-rational/branches)
22+
[![Build](https://img.shields.io/travis/aureooms/js-rational/main.svg)](https://travis-ci.org/aureooms/js-rational/branches)
2323
[![Dependencies](https://img.shields.io/david/aureooms/js-rational.svg)](https://david-dm.org/aureooms/js-rational)
2424
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-rational.svg)](https://david-dm.org/aureooms/js-rational?type=dev)
2525
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-rational.svg)](https://github.com/aureooms/js-rational/issues)
2626
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-rational.svg)](https://www.npmjs.org/package/@aureooms/js-rational)
2727

2828
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-rational.svg)](https://codeclimate.com/github/aureooms/js-rational/issues)
2929
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-rational.svg)](https://codeclimate.com/github/aureooms/js-rational/trends/churn)
30-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-rational/master.svg)](https://codecov.io/gh/aureooms/js-rational)
30+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-rational/main.svg)](https://codecov.io/gh/aureooms/js-rational)
3131
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-rational.svg)](https://codeclimate.com/github/aureooms/js-rational/trends/technical_debt)
3232
[![Documentation](https://aureooms.github.io/js-rational/badge.svg)](https://aureooms.github.io/js-rational/source.html)
3333
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-rational)](https://bundlephobia.com/result?p=@aureooms/js-rational)

0 commit comments

Comments
 (0)