diff options
| author | Indrajith K L | 2025-11-03 23:46:34 +0530 |
|---|---|---|
| committer | Indrajith K L | 2025-11-03 23:46:34 +0530 |
| commit | f10b56f21bdacf9f47b9e79fb929cfcaf84f1f73 (patch) | |
| tree | 58c1b56724fc60c4edb2b16f7228e40bd5c74e95 /README.md | |
| parent | 1a6dd92c9f954427caa30b4d69604a9e03e6421c (diff) | |
| download | reilua-enhanced-f10b56f21bdacf9f47b9e79fb929cfcaf84f1f73.tar.gz reilua-enhanced-f10b56f21bdacf9f47b9e79fb929cfcaf84f1f73.tar.bz2 reilua-enhanced-f10b56f21bdacf9f47b9e79fb929cfcaf84f1f73.zip | |
Fix documentation errors in READMEbugfix/fix-documentation-errors
- Corrected author name for Raylib (Ray instead of Ramon)
- Updated ReiLua repository link to point to correct source
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,9 +28,9 @@ This enhanced version is built upon: ### Core Framework - **[Raylib](https://github.com/raysan5/raylib)** (v5.5) - A simple and easy-to-use library to enjoy videogames programming - - Created by Ramon Santamaria ([@raysan5](https://github.com/raysan5)) + - Created by Ray(Ramon Santamaria) ([@raysan5](https://github.com/raysan5)) - Licensed under the zlib/libpng license -- **[ReiLua](https://github.com/Gamerfiend/ReiLua)** - The original Lua bindings for Raylib +- **[ReiLua](https://github.com/nullstare/ReiLua)** - The original Lua bindings for Raylib - Created by Jussi Viitala - Licensed under the MIT license - **[Lua](https://www.lua.org/)** (v5.4) - Powerful, efficient, lightweight, embeddable scripting language |
