From ff8eae603777f42341ebbc87e25feec7d422f1fa Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 27 Apr 2022 14:07:23 +0200 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index eb24522..5e90525 100755 --- a/ReadMe.md +++ b/ReadMe.md @@ -8,7 +8,7 @@ Bindings tested on raylib version 3.0 and Zig 0.9.0-dev Thanks to jessrud and sacredbirdman for their contributions to this binding. -The binding currently only supports a subset of raylib. For more information read [here](https://github.com/Not-Nik/raylib-zig#technical-restrictions). Some of these issues are fixed on the [workaround branch](https://github.com/Not-Nik/raylib-zig/tree/workaround), however, this is entirely experimental. +The binding currently only supports a subset of raylib. For more information read [here](#technical-restrictions). Some of these issues are fixed on the [workaround branch](https://github.com/Not-Nik/raylib-zig/tree/workaround), however, this is entirely experimental. ## Example We can copy the default example with some minor changes: