Update ReadMe.md

This commit is contained in:
G3bE 2020-02-15 21:56:00 +10:00 committed by GitHub
parent 169fc6a886
commit 534f55ca38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Manually tweaked, auto generated [raylib](https://github.com/raysan5/raylib) bin
## Example ## Example
Basically we can copy the default example with some minor changes: Basically we can copy the default example with some minor changes:
```zig ```zig
usingnamespace @import("raylib-zig.zig"); // Import WIP usingnamespace @import("raylib");
pub fn main() anyerror!void pub fn main() anyerror!void
{ {