Watch
2
0
Fork
You've already forked raylib-cs
0

Merge pull request #3 from U-12/patch-1

add color to code in readme
This commit is contained in:
ChrisDill 2018-08-21 09:15:54 +01:00 committed by GitHub
commit 3bf17d99e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ Tested on windows 10 64 bit.
1. Download the repository 1. Download the repository
2. Run ExampleApplication.exe in ExampleApplication/bin/Debug/ 2. Run ExampleApplication.exe in ExampleApplication/bin/Debug/
``` ```csharp
using Raylib; using Raylib;
using static Raylib.rl; using static Raylib.rl;