Skip to content

Commit

Permalink
Change documentation URL in REAME. Fixes #152
Browse files Browse the repository at this point in the history
  • Loading branch information
gillescastel committed May 12, 2016
1 parent 078c428 commit 9f31582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ numbers.statistic.standardDev(array);
numbers.statistic.randomSample(lower, upper, n);
numbers.statistic.correlation(array1, array2);
```
For further documentation, check out [numbersjs.info](http://www.numbersjs.info)
For further documentation, check out [numbers.github.io](http://numbers.github.io/)

## Test

Expand Down

0 comments on commit 9f31582

Please sign in to comment.