Skip to content

Commit 273d40a

Browse files
author
Aurélien Ooms
committed
Update README.md
1 parent a0016cc commit 273d40a

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-radixsort](http://aureooms.github.io/js-radixsort)
22
==
33

4-
radixsort code bricks for JavaScript
4+
radixsort 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-radixsort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-radixsort/master/LICENSE)
78
[![NPM version](http://img.shields.io/npm/v/aureooms-js-radixsort.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-radixsort)
@@ -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-radixsort" ] , function ( radixsort ) { ... } ) ;
95-
```
96+
```

0 commit comments

Comments
 (0)