From a06be4e096533641cd891fd23621bd56cb1c65b1 Mon Sep 17 00:00:00 2001 From: Wizou Date: Sat, 6 Nov 2021 05:52:44 +0100 Subject: [PATCH] fix ReadMe for nuget.org --- .github/dev.yml | 2 +- README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dev.yml b/.github/dev.yml index 75dc48a..44fe595 100644 --- a/.github/dev.yml +++ b/.github/dev.yml @@ -2,7 +2,7 @@ pr: none trigger: - master -name: 1.6.4-dev.$(Rev:r) +name: 1.6.5-dev.$(Rev:r) pool: vmImage: ubuntu-latest diff --git a/README.md b/README.md index 03b4e0f..a1945b9 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ [![Support Chat](https://img.shields.io/badge/Chat_with_us-on_Telegram-0088cc)](https://t.me/WTelegramClient) [![Donate](https://img.shields.io/badge/Help_this_project:-Donate-ff4444)](http://wizou.fr/donate.html) -# WTelegramClient -### _Telegram Client API library written 100% in C# and .NET Standard_ +## _Telegram Client API library written 100% in C# and .NET Standard_ ## How to use @@ -120,7 +119,7 @@ The Client class also offers an `Update` event that is triggered when Telegram s An invalid API request can result in a `RpcException` being raised, reflecting the [error code and status text](https://revgram.github.io/errors.html) of the problem. -You can find more code examples in [EXAMPLES.md](EXAMPLES.md) and in the Examples subdirectory. +You can find more code examples in [EXAMPLES.md](https://github.com/wiz0u/WTelegramClient/blob/master/EXAMPLES.md) and in the Examples subdirectory. The other configuration items that you can override include: **session_pathname, server_address, device_model, system_version, app_version, system_lang_code, lang_pack, lang_code, user_id**