Skip to content

Commit 66a9ed5

Browse files
📚 docs(README): Sprinkle some emojis.
1 parent 61e34f8 commit 66a9ed5

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,4 +1,4 @@
1-
[@aureooms/js-fibonacci-heap](https://aureooms.github.io/js-fibonacci-heap)
1+
:shell: [@aureooms/js-fibonacci-heap](https://aureooms.github.io/js-fibonacci-heap)
22
==
33

44
Fibonacci heap data structure for JavaScript.
@@ -27,7 +27,7 @@ let heap = new FibonacciHeap( compare.increasing ) ;
2727
[![Documentation](https://aureooms.github.io/js-fibonacci-heap/badge.svg)](https://aureooms.github.io/js-fibonacci-heap/source.html)
2828

2929

30-
## References
30+
## :scroll: References
3131

3232
- [Uncyclopedia Article on Fibonacci Heaps](https://en.wikipedia.org/wiki/Fibonacci_heap)
3333
- [Introduction to Algorithms Chapter 19](https://en.wikipedia.org/wiki/Introduction_to_Algorithms)

0 commit comments

Comments
 (0)