Skip to content

Commit d176354

Browse files
😒 chore(README): Link to main branch.
1 parent 8336df7 commit d176354

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[@aureooms/js-random](https://aureooms.github.io/js-random)
22
==
33

4-
<img src="https://cdn.rawgit.com/aureooms/js-random/master/media/sketch.png" width="864">
4+
<img src="https://cdn.rawgit.com/aureooms/js-random/main/media/sketch.png" width="864">
55

66
Randomness algorithms for JavaScript.
77
See [docs](https://aureooms.github.io/js-random).
88
Parent is [@aureooms/js-algorithms](https://aureooms.github.io/js-algorithms).
99

10-
[![License](https://img.shields.io/github/license/aureooms/js-random.svg)](https://raw.githubusercontent.com/aureooms/js-random/master/LICENSE)
10+
[![License](https://img.shields.io/github/license/aureooms/js-random.svg)](https://raw.githubusercontent.com/aureooms/js-random/main/LICENSE)
1111
[![Version](https://img.shields.io/npm/v/@aureooms/js-random.svg)](https://www.npmjs.org/package/@aureooms/js-random)
12-
[![Build](https://img.shields.io/travis/aureooms/js-random/master.svg)](https://travis-ci.org/aureooms/js-random/branches)
12+
[![Build](https://img.shields.io/travis/aureooms/js-random/main.svg)](https://travis-ci.org/aureooms/js-random/branches)
1313
[![Dependencies](https://img.shields.io/david/aureooms/js-random.svg)](https://david-dm.org/aureooms/js-random)
1414
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-random.svg)](https://david-dm.org/aureooms/js-random?type=dev)
1515
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-random.svg)](https://github.com/aureooms/js-random/issues)
1616
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-random.svg)](https://www.npmjs.org/package/@aureooms/js-random)
1717

1818
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-random.svg)](https://codeclimate.com/github/aureooms/js-random/issues)
1919
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-random.svg)](https://codeclimate.com/github/aureooms/js-random/trends/churn)
20-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-random/master.svg)](https://codecov.io/gh/aureooms/js-random)
20+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-random/main.svg)](https://codecov.io/gh/aureooms/js-random)
2121
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-random.svg)](https://codeclimate.com/github/aureooms/js-random/trends/technical_debt)
2222
[![Documentation](http://aureooms.github.io/js-random//badge.svg)](http://aureooms.github.io/js-random//source.html)
2323
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-random)](https://bundlephobia.com/result?p=@aureooms/js-random)

0 commit comments

Comments
 (0)