Skip to content

Commit 3a4b5c3

Browse files
committed
fix(readme): fix link to ml-random
1 parent b523659 commit 3a4b5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ It will be available as the global `ML` variable. The package is in UMD format a
8787
* Pad array: [`ML.padArray`](https://github.com/mljs/pad-array)
8888
* Binary search: [`ML.binarySearch`](https://github.com/darkskyapp/binary-search)
8989
* Number comparison functions for sorting: [`ML.numSort`](https://github.com/sindresorhus/num-sort)
90-
* Random number generation: [`ML.Random`](https://github.com/mljs/ml-random)
90+
* Random number generation: [`ML.Random`](https://github.com/mljs/random)
9191

9292
## License
9393

0 commit comments

Comments
 (0)