summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTechuuu <[email protected]>2023-11-01 16:45:47 +0530
committerGitHub <[email protected]>2023-11-01 12:15:47 +0100
commitd4c0d3bebe9e1f7bdaa197b77fc868aca683ad35 (patch)
tree694db4d2551a43c462b6b30dbd5733b3f2588d92 /README.md
parentdf0f7ba61e6a89e493d8b6313001ecf6a7231e5a (diff)
downloadraylib-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bff6980b..fadc3b65 100644
--- a/README.md
+++ b/README.md
@@ -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"