From 72df3420a4f4e2f1d8d77b66e6425a083d90299f Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Wed, 4 Sep 2019 20:59:47 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb4574..f359f6c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Golang Telegram TdLib JSON bindings ## Introduction -Telegram Tdlib is a complete library for creating telegram clients, it laso has a simple tdjson ready-to-use library to ease +Telegram Tdlib is a complete library for creating telegram clients, it also has a simple tdjson ready-to-use library to ease the integration with different programming languages and platforms. **go-tdlib** is a complete tdlib-tdjson binding package to help you create your own Telegram clients.