Browse Source

Update README.md

PM console command had an error in it.
master
Craig Oates 6 years ago committed by GitHub
parent
commit
fc20656da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -23,7 +23,7 @@ This is a .Net Standard 2.0 library. I wrote it in F# and it focues on .Net 4.7+
```powershell
// Make sure you change the version number to match the one you want.
PM> Install-Package DeathSocket -Version 0.4.0-alpha1 _Source https://www.myget.org/F/the-immutable-null/api/v3/index.json
PM> Install-Package DeathSocket -Version 0.4.0-alpha1 -Source https://www.myget.org/F/the-immutable-null/api/v3/index.json
```
When Death mature, the plan is to publish it to nuget.org. MyGet will then act as the experimentation feed and NuGet as the stable one.
@ -74,4 +74,4 @@ Hi, my name is Craig and I am the creator of Death Socket. Thank you checking it
- Email: [craig@craigoates.net](mailto:craig@craigoates.net)
- Web: [craigoates.net](http://www.craigoates.net)
- Project: [craigoates.net/software/project/TO-BE-DETERMINED](http://www.craigoates.net/software)
- Project: [craigoates.net/software/project/TO-BE-DETERMINED](http://www.craigoates.net/software)

Loading…
Cancel
Save