diff --git a/README.md b/README.md index aeddbdbb..b103987b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ ## Features - **Type-safe.** teloxide leverages the Rust's type system with two serious implications: resistance to human mistakes and tight integration with IDEs. Write fast, avoid debugging as possible. + - **Persistency.** By default, teloxide stores all user dialogues in RAM, but you can store them somewhere else (for example, in DB) just by implementing 2 functions. ## Getting started