From ed7e85a56ce02060c05e674b698d94d71ea85200 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 21 Apr 2021 19:32:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1d05c..58a7ab3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ CS-MIC is a .NET library written in C# designed to give developers easy access t ## Installation -For your convience, CS-MIC is packaged and distributed via nuget. See [our instructions on how to get started](http://cs-mic.com/adding-cs-mic-to-your-project/). +CS-MIC is available as a package on [nuget.org](/https://nuget.org/packages/csmic) for ease and convenience. You can follow the instructions listed on the package site, or use the nuget package manager to search the nuget repository for cs-mic and install it from there. ## Usage