Browse Source

ReadMe minor edit

master
Craig Oates 6 years ago
parent
commit
d7b89ed69a
  1. 7
      README.md

7
README.md

@ -1,6 +1,6 @@
![Wet Pancake Banner](.github/Images/wet-pancake-banner.png) ![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 # 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: You can add Wet Pancake to your project via the following commands:
``` F# ``` powershell
// Using the built-in Package Manager console in Visual Studio. // Using the built-in Package Manager console in Visual Studio.
// Also, remove "< >" when inserting the package version.
// MyGet // MyGet
PM> Install-Package Wet-Pancake -Version <insert package here> PM> Install-Package WetPancake -Version <insert package here> -Source https://www.myget.org/F/the-immutable-null/api/v3/index.json
// NuGet // NuGet

Loading…
Cancel
Save