Update README.md

There was a typo mistake in INDEX_SETTINGS JSON. aA ',' was missing.
This commit is contained in:
GeekSpark
2020-08-18 10:34:35 +05:30
committed by GitHub
parent b1f1199b76
commit 6dc04929e6

View File

@@ -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": [],
}
```