Fix capitalisation of "Lua" in the readme (#7489)

According to the Lua website,[1] only the first letter of "Lua"
should be capitalized, so do the same here in README.md.

[1] https://www.lua.org/about.html
This commit is contained in:
Jack Taylor 2017-05-14 22:05:29 +09:00 committed by radare
parent a4ab7cdcda
commit 4be0dc2268
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ To update package use the command
All language bindings are under the r2-bindings directory.
You will need to install swig and valabind in order to
build the bindings for Python, LUA, etc..
build the bindings for Python, Lua, etc..
APIs are defined in vapi files which are then translated
to swig interfaces, nodejs-ffi or other and then compiled.