summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2023-08-24 20:27:02 +0300
committerjussi2023-08-24 20:27:02 +0300
commit8311dfd354f136333a6fc5084ef2f7a637339959 (patch)
treea07a686a70111c22e01ecf91a9c44abe975828cf /README.md
parent6e17282197320bfc3af6a225fb3d9e13194022fa (diff)
downloadreilua-enhanced-8311dfd354f136333a6fc5084ef2f7a637339959.tar.gz
reilua-enhanced-8311dfd354f136333a6fc5084ef2f7a637339959.tar.bz2
reilua-enhanced-8311dfd354f136333a6fc5084ef2f7a637339959.zip
Renamed doc_parser.lua to docgen.lua.
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 1a12241..2fc5fe1 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Reilua means fair in finnish.
## Status
-ReiLua is WIP and some planned raylib functionality is still missing but it already has over 600 functions and should include all functions to make most 2d and 3d games. Current Raylib version 4.5.0.
+ReiLua is WIP and some planned raylib functionality is still missing but it already has over 700 functions and should include all functions to make most 2d and 3d games. Current Raylib version 4.5.0.
Included submodules.
@@ -85,7 +85,7 @@ ReiLua can also be used to run single lua file using interpreter mode with argum
Generate API.md and ReiLua_API.lua from build folder with command.
```
-./Reilua -i ../doc_parser.lua
+./Reilua -i ../docgen.lua
```
## Building