Skip to content

Commit f0ee664

Browse files
Merge branch 'master' of https://github.com/aureooms/js-sort
* 'master' of https://github.com/aureooms/js-sort: Update README.md
2 parents c98fae1 + b467dae commit f0ee664

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
@@ -24,7 +24,7 @@ Can be managed through [duo](https://github.com/duojs/duo),
2424
let sort = require( "aureooms-js-sort" ) ;
2525
```
2626

27-
Example usage:
27+
## Use
2828

2929
```js
3030
let compare = require( "aureooms-js-compare" ) ;
@@ -60,7 +60,7 @@ let selectionsort = sort.selectionsort ;
6060
let bubblesort = sort.bubblesort ;
6161
```
6262

63-
Reference:
63+
## Reference
6464

6565
- https://kluedo.ub.uni-kl.de/frontdoor/index/index/docId/3463
6666
- http://sorting.at

0 commit comments

Comments
 (0)