From 07b3daa5f4ec1ee99f9ec5a4a3dd0e1f936ff4b7 Mon Sep 17 00:00:00 2001 From: roysurles <37274814+roysurles@users.noreply.github.com> Date: Wed, 2 May 2018 18:39:14 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 82cb464..98ef395 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ # Electronic Color Code Calculator Note: changed return type of IOhmValueCalculator.CalculateOhmValue to nullable decimal to allow: -1) null when unable to calculate (i.e bad input) +1) null when unable to calculate (i.e bad input or missing input) 2) decimal values for decimal multipliers 3) values larger than int.MaxValue -Pre-Reqs.: -1) .net core 2.0 -2) Visual Studio 2017 with latest updates +Prerequisites: +1) Windows 7 or Windows 10 +2) .Net Core 2.0 +3) Visual Studio 2017 with latest updates To run: -1) Download or clone project -2) Open ElectronicColorCodeCalculator.sln +1) Download or clone project -- master branch +2) Open ElectronicColorCodeCalculator.sln in Visual Studio 2017 3) Restore NuGet packages for solution 4) Clean & rebuild Solution 5) Set Startup Project to ElectronicColorCodeCalculator.Mvc