Skip to content

Commit 28c3b3f

Browse files
😒 chore(README): Link to main branch.
1 parent 6b87d86 commit 28c3b3f

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,7 +1,7 @@
11
:christmas_tree: [@aureooms/js-red-black-tree](https://aureooms.github.io/js-red-black-tree)
22
==
33

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

66
```js
77
let tree = RedBlackTree.from( increasing , range( 100000 ) ) ;
@@ -11,17 +11,17 @@ Red-black tree library for JavaScript.
1111
See [documentation](https://aureooms.github.io/js-red-black-tree/index.html).
1212
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).
1313

14-
[![License](https://img.shields.io/github/license/aureooms/js-red-black-tree.svg)](https://raw.githubusercontent.com/aureooms/js-red-black-tree/master/LICENSE)
14+
[![License](https://img.shields.io/github/license/aureooms/js-red-black-tree.svg)](https://raw.githubusercontent.com/aureooms/js-red-black-tree/main/LICENSE)
1515
[![Version](https://img.shields.io/npm/v/@aureooms/js-red-black-tree.svg)](https://www.npmjs.org/package/@aureooms/js-red-black-tree)
16-
[![Build](https://img.shields.io/travis/aureooms/js-red-black-tree/master.svg)](https://travis-ci.org/aureooms/js-red-black-tree/branches)
16+
[![Build](https://img.shields.io/travis/aureooms/js-red-black-tree/main.svg)](https://travis-ci.org/aureooms/js-red-black-tree/branches)
1717
[![Dependencies](https://img.shields.io/david/aureooms/js-red-black-tree.svg)](https://david-dm.org/aureooms/js-red-black-tree)
1818
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-red-black-tree.svg)](https://david-dm.org/aureooms/js-red-black-tree?type=dev)
1919
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-red-black-tree.svg)](https://github.com/aureooms/js-red-black-tree/issues)
2020
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-red-black-tree.svg)](https://www.npmjs.org/package/@aureooms/js-red-black-tree)
2121

2222
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-red-black-tree.svg)](https://codeclimate.com/github/aureooms/js-red-black-tree/issues)
2323
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-red-black-tree.svg)](https://codeclimate.com/github/aureooms/js-red-black-tree/trends/churn)
24-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-red-black-tree/master.svg)](https://codecov.io/gh/aureooms/js-red-black-tree)
24+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-red-black-tree/main.svg)](https://codecov.io/gh/aureooms/js-red-black-tree)
2525
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-red-black-tree.svg)](https://codeclimate.com/github/aureooms/js-red-black-tree/trends/technical_debt)
2626
[![Documentation](https://aureooms.github.io/js-red-black-tree/badge.svg)](https://aureooms.github.io/js-red-black-tree/source.html)
2727
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-red-black-tree)](https://bundlephobia.com/result?p=@aureooms/js-red-black-tree)

0 commit comments

Comments
 (0)