From 44172a1115cb4e8d03b525593f2be20df41cb75e Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 15:39:03 +0300 Subject: [PATCH] Add node-tlg to the list of examples. GitOrigin-RevId: bebf11d421f7b6691aa243d0ae1fcb32acee8aae --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index e2ea52e6..195ad7d4 100644 --- a/example/README.md +++ b/example/README.md @@ -58,8 +58,8 @@ For example, take a look at [tdl](https://github.com/Bannerets/tdl), which provi at [Airgram](https://github.com/airgram/airgram) - modern TDLib framework for TypeScript/JavaScript. You can also see [node-tdlib](https://github.com/wfjsw/node-tdlib), [tdlnode](https://github.com/fonbah/tdlnode), [tglib](https://github.com/nodegin/tglib), -[Paper Plane](https://github.com/BlackSuited/paper-plane) and [example/javascript](https://github.com/tdlib/td/tree/master/example/javascript) for other examples -of TDLib JSON interface integration with Node.js. +[Paper Plane](https://github.com/BlackSuited/paper-plane), [node-tlg](https://github.com/dilongfa/node-tlg) and +[example/javascript](https://github.com/tdlib/td/tree/master/example/javascript) for other examples of TDLib JSON interface integration with Node.js. TDLib can be used also from NativeScript through the [JSON](https://github.com/tdlib/td#using-json) interface. See [nativescript-tglib](https://github.com/arpit2438735/nativescript-tglib) as an example of a NativeScript library for building Telegram clients.