Skip to content

Commit 41513c3

Browse files
author
Aurélien Ooms
committed
Update README.md
1 parent 85ffc29 commit 41513c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[js-bucketsort](http://aureooms.github.io/js-bucketsort)
22
==
33

4-
bucketsort code bricks for JavaScript
4+
Bucketsort code bricks for JavaScript. Parent is
5+
[aureooms/js-sort](https://github.com/aureooms/js-sort).
56

67
[![NPM license](http://img.shields.io/npm/l/aureooms-js-bucketsort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-bucketsort/master/LICENSE)
78
[![NPM version](http://img.shields.io/npm/v/aureooms-js-bucketsort.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-bucketsort)
@@ -92,4 +93,4 @@ Alternatively, you can use any tool mentioned [here](http://bower.io/docs/tools/
9293
### jam
9394
```js
9495
require( [ "aureooms-js-bucketsort" ] , function ( bucketsort ) { ... } ) ;
95-
```
96+
```

0 commit comments

Comments
 (0)