From 74d683a3c6213f4d7068d93ac23b8a20e4af3ba6 Mon Sep 17 00:00:00 2001 From: Techuuu <135726634+Techuuu@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:34:05 +0530 Subject: [PATCH 1/3] Update README.md Fixed docs and improved. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bff6980b0982..5c5f8129755f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Ready to learn? Jump to [code examples!](https://www.raylib.com/examples.html) features -------- - - **NO external dependencies**, all required libraries are [bundled into raylib](https://github.com/raysan5/raylib/tree/master/src/external) + - **NO external dependencies**, all required libraries have been [bundled into raylib](https://github.com/raysan5/raylib/tree/master/src/external) - Multiple platforms supported: **Windows, Linux, MacOS, RPI, Android, HTML5... and more!** - Written in plain C code (C99) using PascalCase/camelCase notation - Hardware accelerated with OpenGL (**1.1, 2.1, 3.3, 4.3 or ES 2.0**) @@ -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" From ac5676e17dc9042724b93b2d88988312d31422b9 Mon Sep 17 00:00:00 2001 From: Techuuu <135726634+Techuuu@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:53:18 +0530 Subject: [PATCH 2/3] Update README.md Done fixed it! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c5f8129755f..e4882f40af76 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 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" From edcecaa52608acab73aba3202f5dbdb8ab7c0d00 Mon Sep 17 00:00:00 2001 From: Techuuu <135726634+Techuuu@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:21:30 +0530 Subject: [PATCH 3/3] Update README.md Fixed! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4882f40af76..fadc3b65935b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Ready to learn? Jump to [code examples!](https://www.raylib.com/examples.html) features -------- - - **NO external dependencies**, all required libraries have been [bundled into raylib](https://github.com/raysan5/raylib/tree/master/src/external) + - **NO external dependencies**, all required libraries are [bundled into raylib](https://github.com/raysan5/raylib/tree/master/src/external) - Multiple platforms supported: **Windows, Linux, MacOS, RPI, Android, HTML5... and more!** - Written in plain C code (C99) using PascalCase/camelCase notation - Hardware accelerated with OpenGL (**1.1, 2.1, 3.3, 4.3 or ES 2.0**)