From d18f3fca30858916546908e40cc2e0cea2be03ca Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 3 Nov 2021 14:12:48 +0100 Subject: [PATCH] Reviewed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dcf2ecbe..2df92071f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ features basic example -------------- -This is a basic raylib example, it creates a window and it draws the text `"Congrats! You created your first window!"` in the middle of the screen. Check this example [running live on web here](https://www.raylib.com/examples/web/core/loader.html?name=core_basic_window). +This is a basic raylib example, it creates a window and it draws the text `"Congrats! You created your first window!"` in the middle of the screen. Check this example [running live on web here](https://www.raylib.com/examples/core/loader.html?name=core_basic_window). ```c #include "raylib.h"