Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 02:22:04 +06:00 committed by GitHub
parent b305e6485e
commit 59345c80e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,4 +142,4 @@ async fn main() {
}
```
This is how easy and type-safe to write dialogues using teloxide. Our [finite automaton](https://en.wikipedia.org/wiki/Finite-state_machine), designating a user dialogue, cannot be in an invalid state. See [examples/dialogue_bot](https://github.com/teloxide/teloxide/blob/dev/examples/dialogue_bot/src/main.rs) to see a bit more complicated bot with dialogues.
Our [finite automaton](https://en.wikipedia.org/wiki/Finite-state_machine), designating a user dialogue, cannot be in an invalid state. See [examples/dialogue_bot](https://github.com/teloxide/teloxide/blob/dev/examples/dialogue_bot/src/main.rs) to see a bit more complicated bot with dialogues.