Skip to content

Commit 5507688

Browse files
authored
Updated README.md
1 parent ffe43a3 commit 5507688

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
<div align="center">
2-
<img align="center" src="https://github.com/TelegramSDK/BotAPI/assets/115643607/2a39b451-4d91-450f-918b-cbadd042b135" alt="Telegram Logo" style="margin-bottom:20px;">
3-
<h1>TelegramSDK - BotAPI</h1>
4-
</div>
5-
6-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/telegramsdk/botapi.svg?label=composer&logo=composer)](https://packagist.org/packages/telegramsdk/botapi) ![PHP](https://img.shields.io/packagist/dependency-v/telegramsdk/botapi/php?logo=php)
1+
<div style="text-align: center;">
2+
<img title="BotAPI Logo" alt="BotAPI Logo" src="https://github.com/TelegramSDK/BotAPI/assets/115643607/2a39b451-4d91-450f-918b-cbadd042b135">
73

4+
</div>
5+
<br>
6+
<div style="text-align: center;">
7+
<img title="Latest Version on Packagist" alt="Latest Version on Packagist" src="https://img.shields.io/packagist/v/telegramsdk/botapi.svg?label=composer&logo=composer">
8+
<img title="PHP Version" alt="PHP Version" src="https://img.shields.io/packagist/dependency-v/telegramsdk/botapi/php?logo=php">
9+
</div>
10+
<br>
811

912

10-
## 🛠 Instalation
13+
# 🛠 Instalation
1114
You can install the package via composer:
1215

1316
```bash
1417
composer require telegramsdk/botapi
1518
```
1619

17-
## ❔ Usage
20+
# ❔ Usage
1821
* Full documentation can be found [here](https://github.com/TelegramSDK/BotAPI/tree/main/docs).
1922
* Examples can be found [here](https://github.com/TelegramSDK/BotAPI/tree/main/examples).
2023

21-
## 📝 Testing
24+
# 📝 Testing
2225
Run Unit tests:
2326
```bash
2427
composer test
@@ -29,5 +32,5 @@ composer runkit
2932
```
3033

3134

32-
## ⚖️ License
33-
This project is under the [MIT License](https://github.com/TelegramSDK/BotAPI/blob/main/LICENSE).
35+
# ⚖️ License
36+
This project is under the [MIT License](https://github.com/TelegramSDK/BotAPI/blob/main/LICENSE).

0 commit comments

Comments
 (0)