From a5ce6bc6a552b3d90ca824a13dbeb49731016f0c Mon Sep 17 00:00:00 2001 From: Ilya Pirozhenko Date: Wed, 10 Feb 2016 13:58:46 +0300 Subject: [PATCH] Add build status --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd4be9..09fc07c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #TLSharp -![](https://telegram.org/favicon.ico) +[![Build status](https://ci.appveyor.com/api/projects/status/95rl618ch5c4h2fa?svg=true)](https://ci.appveyor.com/project/sochix/tlsharp) Telegram (http://telegram.org) client library implemented in C#. Only basic functionality is currently implemented. **Consider donation to speed up development process.** @@ -16,7 +16,6 @@ It's a perfect fit for any developer who would like to send data directly to Tel - [Dependencies](#dependencies) - [Starter Guide](#starter-guide) - [Quick configuration](#quick-configuration) - - [Sending messages set-up](#sending-messages-set-up) - [Using TLSharp](#using-tlsharp) - [Contributing](#contributing) - [FAQ](#faq)