Skip to content

Commit c0c2a99

Browse files
😒 chore(README): Link to main branch.
1 parent 7244d60 commit c0c2a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[@aureooms/js-binomial-heap](http://aureooms.github.io/js-binomial-heap)
22
==
33

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

66
Binomial heap data structures for JavaScript.
77
See [docs](https://aureooms.github.io/js-binomial-heap/index.html).
@@ -25,7 +25,7 @@ let heaps = [
2525
] ;
2626
```
2727

28-
[![License](https://img.shields.io/github/license/aureooms/js-binomial-heap.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-binomial-heap/master/LICENSE)
28+
[![License](https://img.shields.io/github/license/aureooms/js-binomial-heap.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-binomial-heap/main/LICENSE)
2929
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-binomial-heap.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-binomial-heap)
3030
[![Build Status](https://img.shields.io/travis/aureooms/js-binomial-heap.svg?style=flat)](https://travis-ci.org/aureooms/js-binomial-heap)
3131
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-binomial-heap.svg?style=flat)](https://coveralls.io/r/aureooms/js-binomial-heap)

0 commit comments

Comments
 (0)