From e0ddbb7d480d7836328d9754bf3c2b02745341fe Mon Sep 17 00:00:00 2001 From: Martin Winks <50446230+uwinx@users.noreply.github.com> Date: Wed, 26 Aug 2020 00:01:41 +0400 Subject: [PATCH] chore(rme): add heading for details/summary blocks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a611eb6..96da3f70 100644 --- a/README.md +++ b/README.md @@ -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
- 📚 Some simple code examples + 📚 Click to see some basic examples **Few steps before getting started...**