From a68b25a1e12e9cfe161165fade8ea320ffe0b724 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sat, 4 Jul 2020 21:27:08 +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 785bc166..78b3a949 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 (e.g. store on a disk, transmit through a network). By default, teloxide stores all user dialogues in RAM. Out-of-the-box storages include Redis. +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.