Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-07-25 19:37:17 +06:00 committed by GitHub
parent 52afcdd4eb
commit 110fa34e67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ A dialogue is described by an enumeration, where each variant is one of possible
[FSM]: https://en.wikipedia.org/wiki/Finite-state_machine
States and transition functions are placed into separated modules. For example:
States and transition functions are placed into separated modules. For example, below is a bot, which asks you three questions:
([dialogue_bot/src/states.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/states.rs))
```rust