From 7e13602e4b1001f68ebde296a0dd1bedcf20f679 Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Thu, 27 May 2021 22:59:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6edc170..3cb0f2f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Begin by including the respective header file of your choice. ```cpp #include "MLPP/LinReg/LinReg.hpp" ``` -Next, instantiate an object of the class. Don't forget to pass the input set, output set as parameters. +Next, instantiate an object of the class. Don't forget to pass the input set and output set as parameters. ```cpp LinReg model(inputSet, outputSet); ```