From d0588bd901d51b8c5e16fde172b9614f557e6ab4 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sun, 3 Mar 2019 15:48:55 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 854de80..2aac96d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Raylib-cs -C# bindings for raylib 2.0, a simple and easy-to-use library to learn videogames programming (www.raylib.com) +C# bindings for raylib, a simple and easy-to-use library to learn videogames programming (www.raylib.com) ## Installation So far, I have only tested on Windows. Tips on making things work smoothly on all platforms is appreciated. @@ -29,7 +29,7 @@ static class Program rl.EndDrawing(); } - + rl.CloseWindow(); } }