From 98dcce501f1e24c5689529cbd89916599c2461b4 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 29 Dec 2018 13:22:54 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08cc644..b5b2f3f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ C# bindings for raylib 2.0, a simple and easy-to-use library to learn videogames ## Installation So far, I have only tested on Windows. Tips on making things work smoothly on all platforms is appreciated. -You can use the nuget package or install manually from this repo. +Use the [nuget package](https://www.nuget.org/packages/Raylib-cs/) or install manually from this repo. Look at the Examples and Test projects for reference.