From d7b89ed69adfd4d2ebb7d956a943e6a62b1f1ad6 Mon Sep 17 00:00:00 2001 From: "HOT-ROD\\craig" Date: Sat, 4 Aug 2018 22:39:22 +0100 Subject: [PATCH] ReadMe minor edit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cde811d..b47a1e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Wet Pancake Banner](.github/Images/wet-pancake-banner.png) -**Note: This project is a work in-progress.** +**Note: This project is a work in-progress. Doc's might be out-of-date** # Summary @@ -37,12 +37,13 @@ This is a F# library project, using .Net 4.7. You can install this package from You can add Wet Pancake to your project via the following commands: -``` F# +``` powershell // Using the built-in Package Manager console in Visual Studio. +// Also, remove "< >" when inserting the package version. // MyGet -PM> Install-Package Wet-Pancake -Version +PM> Install-Package WetPancake -Version -Source https://www.myget.org/F/the-immutable-null/api/v3/index.json // NuGet