summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIndrajith K L2025-11-03 23:48:08 +0530
committerGitHub2025-11-03 23:48:08 +0530
commit04d4948fcb52cbf5ef34ffb1aa220b6f2a6ec499 (patch)
tree58c1b56724fc60c4edb2b16f7228e40bd5c74e95 /README.md
parentfcb8fdb4de9d8d5aa362b1facb7141f5088dd687 (diff)
parentf10b56f21bdacf9f47b9e79fb929cfcaf84f1f73 (diff)
downloadreilua-enhanced-04d4948fcb52cbf5ef34ffb1aa220b6f2a6ec499.tar.gz
reilua-enhanced-04d4948fcb52cbf5ef34ffb1aa220b6f2a6ec499.tar.bz2
reilua-enhanced-04d4948fcb52cbf5ef34ffb1aa220b6f2a6ec499.zip
Merge pull request #4 from cooljith91112/bugfix/fix-documentation-errors
Fix documentation errors in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 104a79a..41883e3 100644
--- a/README.md
+++ b/README.md
@@ -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