diff --git a/README.md b/README.md index e7152c91..a21aaae4 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ pub struct ReceiveLocationState { } ``` -... and here are transition functions, which turn one state into another: +... and here are the transition functions, which turn one state into another: ([dialogue_bot/src/transitions.rs](https://github.com/teloxide/teloxide/blob/master/examples/dialogue_bot/src/transitions.rs)) ```rust