From fcce25b08a881fe5fd1349712b629f23368e581b Mon Sep 17 00:00:00 2001 From: Amphiluke Date: Sat, 22 Jul 2017 20:06:16 +0600 Subject: [PATCH] Fix hyperlink in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf8a2e..5eab5bd 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Some additional/helper/extra functionality implemented in the potprox module is #### `potprox.utils.rSqr(data, potential)` -Use the method `potprox.utils.rSqr()` to calculate the [coefficient of determination](https://en.wikipedia.org/wiki/Coefficient_of_determination) _R²_, a measure of goodness of fit. The method takes two arguments: the initial data array (same as that passed to the [`from` method](#fromdatasettings)), and the approximating potential instance. +Use the method `potprox.utils.rSqr()` to calculate the [coefficient of determination](https://en.wikipedia.org/wiki/Coefficient_of_determination) _R²_, a measure of goodness of fit. The method takes two arguments: the initial data array (same as that passed to the [`from` method](#fromdata--settings)), and the approximating potential instance. ```javascript let morse = potprox.Morse.from(data);