From acdfebde244739237cb10c96a9e195b4071a7bb4 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Fri, 9 Aug 2019 15:36:32 -0500 Subject: [PATCH] Add NuGet instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d27eae7..bd8007d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ The best answer to that question can be found on [the README from the author](ht ## Installing -(nuget link here) +[![Nuget](https://img.shields.io/nuget/v/FunctionalCuid?logo=nuget&style=flat)](https://www.nuget.org/packages/FunctionalCuid/ "View on NuGet") + +`dotnet add package FunctionalCuid` will add the package to a project. If you use Paket, add `nuget FunctionalCuid` to `paket.dependencies` and add `FunctionalCuid` to `paket.references` in the project(s) where it is needed. ## Usage