We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d712c3 commit cc195e2Copy full SHA for cc195e2
README.md
@@ -10,7 +10,7 @@ Parent is [@heap-data-structure/about](https://github.com/heap-data-structure/ab
10
11
```js
12
import {FibonacciHeap} from '@heap-data-structure/fibonacci-heap';
13
-import {increasing} from '@heap-data-structure/js-compare';
+import {increasing} from '@aureooms/js-compare';
14
let heap = new FibonacciHeap( increasing ) ;
15
```
16
0 commit comments