Skip to content

Commit

Permalink
😒 chore(README): Link to main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 4, 2020
1 parent 79815d9 commit 28612c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[@aureooms/js-fingertree](https://aureooms.github.io/js-fingertree)
==

<img src="https://cdn.rawgit.com/aureooms/js-fingertree/master/media/sketch.svg" width="864">
<img src="https://cdn.rawgit.com/aureooms/js-fingertree/main/media/sketch.svg" width="864">

Finger trees for JavaScript.
See [docs](https://aureooms.github.io/js-fingertree).
Expand All @@ -11,17 +11,17 @@ Parent is [@aureooms/js-persistent](https://github.com/aureooms/js-persistent).
| Single x
| Deep ( Digit x ) ( FingerTree ( Node x ) ) ( Digit x )

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

[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-fingertree/master.svg)](https://codecov.io/gh/aureooms/js-fingertree)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-fingertree/main.svg)](https://codecov.io/gh/aureooms/js-fingertree)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-fingertree.svg)](https://codeclimate.com/github/aureooms/js-fingertree/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-fingertree/badge.svg)](https://aureooms.github.io/js-fingertree/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-fingertree)](https://bundlephobia.com/result?p=@aureooms/js-fingertree)
Expand Down Expand Up @@ -234,6 +234,6 @@ let right = tree.dropUntil( measure => measure > 2 ) ;
## References

- [Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)
- [An (incomplete) implementation in Python](https://github.com/kachayev/fn.py/blob/master/fn/immutable/finger.py)
- [An (incomplete) implementation in Python](https://github.com/kachayev/fn.py/blob/main/fn/immutable/finger.py)
- [A (buggy) previous JavaScript implementation](https://github.com/qiao/fingertree.js)
- [A coffeescript implementation](https://github.com/zot/Leisure/blob/master/src/lib/fingertree.coffee)
- [A coffeescript implementation](https://github.com/zot/Leisure/blob/main/src/lib/fingertree.coffee)

0 comments on commit 28612c5

Please sign in to comment.