From 5ed3cf70dcda702da2d0d6676e55050cc4d86a7e Mon Sep 17 00:00:00 2001 From: FiO2Calculator <75093293+FiO2Calculator@users.noreply.github.com> Date: Wed, 2 Dec 2020 22:28:30 +0000 Subject: [PATCH] Update README.md here is my reference: https://stackoverflow.com/questions/58862680/how-do-i-use-an-object-from-a-cdn-in-a-local-javascript-file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f524a11..3c9f8f5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ regression-js is a JavaScript module containing a collection of linear least-squ ## Installation -This module works on node and in the browser. It is available as the 'regression' package on [npm](https://www.npmjs.com/package/regression). It is also available on a [CDN](https://cdnjs.com/libraries/regression). +This module works on node and in the browser. It is available as the 'regression' package on [npm](https://www.npmjs.com/package/regression). It is also available on a [CDN](https://cdnjs.com/libraries/regression), however this will require different syntax than the one shown below (refer to the docs for v1.4.0). ### npm