From c4cafa9456a689929c3830c00a45c03144f36f5b Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 13 Apr 2019 20:20:29 +0300 Subject: [PATCH] Fix Lua examples list. GitOrigin-RevId: 1fbe184cf2b733e5470b82dc64b31e1b32140c3a --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index e3432bb0f..ee5c53cb1 100644 --- a/example/README.md +++ b/example/README.md @@ -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.