mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore(rme): add heading for details/summary blocks
This commit is contained in:
parent
1cca62a46b
commit
e0ddbb7d48
1 changed files with 2 additions and 1 deletions
|
|
@ -14,8 +14,9 @@
|
|||
**aiogram** is a pretty simple and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
|
||||
|
||||
|
||||
## Examples
|
||||
<details>
|
||||
<summary>📚 Some simple code examples</summary>
|
||||
<summary>📚 Click to see some basic examples</summary>
|
||||
|
||||
|
||||
**Few steps before getting started...**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue