diff options
| author | Ray <[email protected]> | 2021-11-03 14:12:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-03 14:12:48 +0100 |
| commit | d18f3fca30858916546908e40cc2e0cea2be03ca (patch) | |
| tree | d5f303a7c6e6f56d72575f403622aace0ec60ba5 | |
| parent | 7f4ae653f34edf3c62beb1dea24fe49ef9af1313 (diff) | |
| download | raylib-d18f3fca30858916546908e40cc2e0cea2be03ca.tar.gz raylib-d18f3fca30858916546908e40cc2e0cea2be03ca.zip | |
Reviewed broken link
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
