From dbac43fd96115faa78340bfe08b8f740b7087563 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 12:57:40 +0300 Subject: [PATCH] Add link to tdlnode to examples. GitOrigin-RevId: ef820f808f1afe377b7415e7c8448532dd8f5ffe --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 6226ac42..60511461 100644 --- a/example/README.md +++ b/example/README.md @@ -57,7 +57,7 @@ Convenient Node.js wrappers already exist for our JSON interface. For example, take a look at [tdl](https://github.com/Bannerets/tdl), which provides a convenient, fully-asynchronous interface for interaction with TDLib and contains a bunch of examples, or 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), [tglib](https://github.com/nodegin/tglib), +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.