From bf7f6f851aac73b7604fbc1373d50f189a02921a Mon Sep 17 00:00:00 2001 From: Florian Dahn Date: Wed, 20 Mar 2019 14:00:11 +0700 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 629c951..9c7bf46 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,12 @@ [![license](https://img.shields.io/github/license/MajMcCloud/telegrambotframework.svg?style=flat-square&maxAge=2592000&label=License)](https://raw.githubusercontent.com/MajMcCloud/TelegramBotFramework/master/LICENCE.md) [![downloads](https://img.shields.io/nuget/dt/TelegramBotBase.svg?style=flat-square&label=Package%20Downloads)](https://www.nuget.org/packages/TelegramBotBase) -Hey guys, - -here we are. After some time and thoughts i give my TelegramBot framework to public. -It is based on C#. - -It is a module which is based on the original [TelegramBotLibrary](https://github.com/TelegramBots/Telegram.Bot) you will find in nuget. - -It gives you features which will look/feel like WinForms or have a good way to create apps with actions and forms. +Test the Testproject: [@TGBaseBot](https://t.me/TGBaseBot) --- ## Index - +- [Introduction](#introduction) - [How to Start](#how-to-start) - [Message Handling](#message-handling) * [Example #0 - System Calls](#add-some-system-calls-example-0---system-calls) @@ -34,6 +27,19 @@ It gives you features which will look/feel like WinForms or have a good way to c * [Example #4 - Registration Formular](#registration-example-example-4---registration-form-test) +--- + +## Introduction + +Hey guys, + +here we are. After some time and thoughts i give my TelegramBot framework to public. +It is based on C#. + +It is a module which is based on the original [TelegramBotLibrary](https://github.com/TelegramBots/Telegram.Bot) you will find in nuget. + +It gives you features which will look/feel like WinForms or have a good way to create apps with actions and forms. + --- ## How to start: