Skip to content

Commit

Permalink
📚 docs(README): Sprinkle some emojis.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 25, 2021
1 parent ec1336c commit ce8a3ff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[js-persistent](http://aureooms.github.io/js-persistent)
:evergreen_tree:
[@aureooms/js-persistent](http://aureooms.github.io/js-persistent)
==

Persistent data structures code bricks for JavaScript. Parent is [aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
Expand Down Expand Up @@ -28,14 +29,14 @@ let IntervalTree = persistent.intervaltree( fingertree.empty , INTERVAL ) ;
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-persistent)](https://bundlephobia.com/result?p=@aureooms/js-persistent)


## Children
## :baby: Children

This package has several children:
This package has one child:

- [aureooms/js-fingertree](https://github.com/aureooms/js-fingertree): Finger tree data structure for JavaScript
- :cactus: [@aureooms/js-fingertree](https://github.com/aureooms/js-fingertree): Finger tree data structure for JavaScript


## References
## :scroll: References

- [Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)

0 comments on commit ce8a3ff

Please sign in to comment.