From f3975387cb728ed134dcd343f70128f7f23e1991 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sat, 5 Jan 2019 13:00:53 +0100 Subject: [PATCH] Fixed wrong link in ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcc7a2..b38a1aa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you want to help with layouting/testing devices or if you need support using This is the easiest and therefore preferred way to include RGB.NET in your project. Since there aren't any release-packages right now you'll have to use the CI-feed from [http://nuget.arge.be](http://nuget.arge.be). -You can include it either by adding ```http://nuget.arge.be/v3/index.json``` to your Visual Studio package sources or by adding this [https://github.com/DarthAffe/RGB.NET/tree/master/Documentation/NuGet.Config](https://github.com/DarthAffe/RGB.NET/tree/master/Documentation/NuGet.ConfigNuGet.Config) to your project (at the same level as your solution). +You can include it either by adding ```http://nuget.arge.be/v3/index.json``` to your Visual Studio package sources or by adding this [NuGet.Config](https://github.com/DarthAffe/RGB.NET/tree/master/Documentation/NuGet.Config) to your project (at the same level as your solution). ### Example usage of RGB.NET