We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c98fae1 + b467dae commit f0ee664Copy full SHA for f0ee664
README.md
@@ -24,7 +24,7 @@ Can be managed through [duo](https://github.com/duojs/duo),
24
let sort = require( "aureooms-js-sort" ) ;
25
```
26
27
-Example usage:
+## Use
28
29
```js
30
let compare = require( "aureooms-js-compare" ) ;
@@ -60,7 +60,7 @@ let selectionsort = sort.selectionsort ;
60
let bubblesort = sort.bubblesort ;
61
62
63
-Reference:
+## Reference
64
65
- https://kluedo.ub.uni-kl.de/frontdoor/index/index/docId/3463
66
- http://sorting.at
0 commit comments