Skip to content

Commit cc195e2

Browse files
📚 docs(README): Fix typo.
1 parent 0d712c3 commit cc195e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parent is [@heap-data-structure/about](https://github.com/heap-data-structure/ab
1010
1111
```js
1212
import {FibonacciHeap} from '@heap-data-structure/fibonacci-heap';
13-
import {increasing} from '@heap-data-structure/js-compare';
13+
import {increasing} from '@aureooms/js-compare';
1414
let heap = new FibonacciHeap( increasing ) ;
1515
```
1616

0 commit comments

Comments
 (0)