summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2021-11-03 14:12:48 +0100
committerGitHub <[email protected]>2021-11-03 14:12:48 +0100
commitd18f3fca30858916546908e40cc2e0cea2be03ca (patch)
treed5f303a7c6e6f56d72575f403622aace0ec60ba5 /README.md
parent7f4ae653f34edf3c62beb1dea24fe49ef9af1313 (diff)
downloadraylib-d18f3fca30858916546908e40cc2e0cea2be03ca.tar.gz
raylib-d18f3fca30858916546908e40cc2e0cea2be03ca.zip
Reviewed broken link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3dcf2ecb..2df92071 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"