From 6dc04929e6b8257e2c5d11eb35cdb64de8b743f7 Mon Sep 17 00:00:00 2001 From: GeekSpark Date: Tue, 18 Aug 2020 10:34:35 +0530 Subject: [PATCH] Update README.md There was a typo mistake in INDEX_SETTINGS JSON. aA ',' was missing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d3c2e4..eed34a9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This is the general format, change the values for corresponding fields as your r "index_private":false, "index_group": false, "index_channel": true, - "exclude_chats": [] + "exclude_chats": [], "include_chats": [], } ```