diff options
| author | Techuuu <[email protected]> | 2023-11-01 16:45:47 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-01 12:15:47 +0100 |
| commit | d4c0d3bebe9e1f7bdaa197b77fc868aca683ad35 (patch) | |
| tree | 694db4d2551a43c462b6b30dbd5733b3f2588d92 /README.md | |
| parent | df0f7ba61e6a89e493d8b6313001ecf6a7231e5a (diff) | |
| download | raylib-d4c0d3bebe9e1f7bdaa197b77fc868aca683ad35.tar.gz raylib-d4c0d3bebe9e1f7bdaa197b77fc868aca683ad35.zip | |
Update README.md (#3495)
* Update README.md
Fixed docs and improved.
* Update README.md
Done fixed it!
* Update README.md
Fixed!
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,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/core/loader.html?name=core_basic_window). +This is a basic raylib example, it creates a window and 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" |
