Fix Lua examples list.

GitOrigin-RevId: 1fbe184cf2b733e5470b82dc64b31e1b32140c3a
This commit is contained in:
levlam 2019-04-13 20:20:29 +03:00
parent c2ed2836c0
commit c4cafa9456

View File

@ -140,7 +140,7 @@ See [phptdlib](https://github.com/yaroslavche/phptdlib) or [PIF-TDPony](https://
TDLib can be used from the Lua programming language through the [JSON](https://github.com/tdlib/td#using-json) interface.
See [tdlua](https://github.com/giuseppeM99/tdlua) or [tdlua](https://github.com/tgMember/tdlua) for examples of TDLib Lua bindings and basic usage examples.
See [tdlua](https://github.com/giuseppeM99/tdlua) for examples of TDLib Lua bindings and basic usage examples.
See also [tdbot](https://github.com/vysheng/tdbot), which makes all TDLib features available from Lua scripts.