Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas-virionis committed Nov 27, 2021
1 parent fd39a8a commit 119c9d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ An npm package to make it easier to deal with a handful of values, and try to mo
- Installing the module<br>
~~~powershell
npm install linear-regression-model
~~~
- Importing the module<br>

Expand All @@ -32,7 +33,7 @@ overtime, this will be more fitting:
~~~ javascript
const {LinearModelOverTime} = require("linear-regression-model");
// if it is preferred not to use destructuring, or constants use
// var LinearModelOverTime = require("linear-regression-model").LinearModelOverTime;
// var LinearModel = require("linear-regression-model").LinearModelOverTime;
~~~
And to use the Correlation class, it will be some like this:
~~~ javascript
Expand Down

0 comments on commit 119c9d9

Please sign in to comment.