From 26557eed8cbf7a5e5ac65f8c4d6fa7568ea97d15 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sat, 4 Jul 2020 21:27:55 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.