mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update README.md
This commit is contained in:
parent
52afcdd4eb
commit
110fa34e67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue