From 9fc9d28cee78f5151af2dd0fa6f660c7112a7a64 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi <hirrolot@gmail.com> Date: Fri, 17 Apr 2020 14:31:51 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 491f4c13..5e8065db 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ By default, teloxide stores all user dialogues in RAM, but you can store them so <hr> -<h3 align="center">Convenient dialogues system</h3> +<h3 align="center">Convenient dialogues management</h3> <p align="center"> Define a type-safe <a href="https://en.wikipedia.org/wiki/Finite-state_machine">finite automaton</a> and transition functions to drive a user dialogue with ease (see <a href="#guess-a-number">the guess-a-number example</a> below). </p>