Skip to content

Commit

Permalink
Merge pull request #153 from gillescastel/master
Browse files Browse the repository at this point in the history
Change documentation URL in README. Fixes #152
  • Loading branch information
Dakkers committed May 16, 2016
2 parents 078c428 + 9f31582 commit df0a1cb
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 df0a1cb

Please sign in to comment.