diff --git a/README.md b/README.md index 78b3a949..30e7b73f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ All the API

Persistence

-Dialogues management is independent of how/where they are stored: you can just replace one line and make them persistent. By default, teloxide stores all user dialogues in RAM. Out-of-the-box storages include Redis. +Dialogues management is independent of how/where dialogues are stored: you can just replace one line and make them persistent. By default, teloxide stores all user dialogues in RAM. Out-of-the-box storages include Redis.