diff --git a/Adding-CUE.NET-to-a-project.md b/Adding-CUE.NET-to-a-project.md index dab2231..e38cbb6 100644 --- a/Adding-CUE.NET-to-a-project.md +++ b/Adding-CUE.NET-to-a-project.md @@ -5,7 +5,7 @@ There is more than one way to add CUE.NET to your project. The following describ ## Adding the reference using NuGet ## This is the easiest and therefore preferred way to include CUE.NET in your project. -_Just add CUE.NET from the nuget.org repository to you project using the NuGet Package Manager included in Visual Studio. Only stable packages are published to nuget.org so they should always be safe to use. +Just add CUE.NET from the nuget.org repository to you project using the NuGet Package Manager included in Visual Studio. Only stable packages are published to nuget.org so they should always be safe to use. You can find the latest stable package at [https://www.nuget.org/packages/CUE.NET/](https://www.nuget.org/packages/CUE.NET/) If you want to use a development version you can get them from the [CUE.NET MyGet gallery](https://www.myget.org/gallery/cue_net) by adding the feed as a package source to your Visual Studio.