From a4311b0e77d9ff664b1c89c81d91b6140dc3b0c0 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Mon, 3 Dec 2018 16:37:45 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bdf47f..08cc644 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ C# bindings for raylib 2.0, a simple and easy-to-use library to learn videogames 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. + Look at the Examples and Test projects for reference. Enjoy!