From 1da19f3d30cf66dc5514f9ceff7fe51a0de3790a Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sun, 26 Jul 2020 17:11:55 +0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a12950b4..73fe9aa8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - [API overview](https://github.com/teloxide/teloxide#api-overview) - [The ping-pong bot](https://github.com/teloxide/teloxide#the-ping-pong-bot) - [Commands](https://github.com/teloxide/teloxide#commands) - - [Dialogues](https://github.com/teloxide/teloxide#dialogues) + - [Dialogues management](https://github.com/teloxide/teloxide#dialogues-management) - [Recommendations](https://github.com/teloxide/teloxide#recommendations) - [FAQ](https://github.com/teloxide/teloxide#faq) - [Community bots](https://github.com/teloxide/teloxide#community-bots) @@ -184,7 +184,7 @@ async fn main() { -### Dialogues +### Dialogues management A dialogue is described by an enumeration, where each variant is one of possible dialogue's states. There are also _transition functions_, which turn a dialogue from one state to another, thereby forming an [FSM]. [FSM]: https://en.wikipedia.org/wiki/Finite-state_machine