From cdf9cb4f5bc7ec1d6099a0eab175d683987bfca4 Mon Sep 17 00:00:00 2001 From: U-12 Date: Mon, 20 Aug 2018 12:53:10 -0300 Subject: [PATCH] add color to code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4926c2f..91eb325 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tested on windows 10 64 bit. 1. Download the repository 2. Run ExampleApplication.exe in ExampleApplication/bin/Debug/ -``` +```csharp using Raylib; using static Raylib.rl; @@ -45,4 +45,4 @@ If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. ## Licensing -raylib-cs is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details. \ No newline at end of file +raylib-cs is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.