README.md: fix CI badge

Otherwise if there's a PR whose build is failing, it would show
a red badge here (but we only care about master branch).

Spotted & fix by @aarani
This commit is contained in:
Andres G. Aragoneses 2020-04-03 19:56:12 +08:00
parent f8b35dab61
commit 08f3b08277

View file

@ -1,7 +1,7 @@
TLSharp TLSharp
------------------------------- -------------------------------
![Build status](https://github.com/sochix/TLSharp/workflows/CI/badge.svg) ![Build status](https://github.com/sochix/TLSharp/workflows/CI/badge.svg?branch=master&event=push)
[![NuGet version](https://badge.fury.io/nu/TLSharp.svg)](https://badge.fury.io/nu/TLSharp) [![NuGet version](https://badge.fury.io/nu/TLSharp.svg)](https://badge.fury.io/nu/TLSharp)
_Unofficial_ Telegram (http://telegram.org) client library implemented in C#. Latest TL scheme supported, thanks to Afshin Arani _Unofficial_ Telegram (http://telegram.org) client library implemented in C#. Latest TL scheme supported, thanks to Afshin Arani