aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-07 13:53:34 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-07 13:53:34 +0200
commitcf960897089289656fc0f5d9a7d3d1242565b16f (patch)
tree42fecf23666dd31ef982b41758d35ced5eb990cd
parent2795c514f283fb274c8e70e81b04be3d02703fe7 (diff)
downloadlibquotient-cf960897089289656fc0f5d9a7d3d1242565b16f.tar.gz
libquotient-cf960897089289656fc0f5d9a7d3d1242565b16f.zip
README.md: minor cleanup
[skip ci]
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 65fc2217..7dbb5dbc 100644
--- a/README.md
+++ b/README.md
@@ -211,7 +211,7 @@ QT_LOGGING_RULES="libqmatrixclient.*.debug=true;libqmatrixclient.jobs.debug=fals
In case of troubles with room state and caching it may be useful to switch
cache format from binary to JSON. To do that, set the following value in
your client's configuration file/registry key (you might need to create
-the libqmatrixclient key for that): `libqmatrixclient/cache_type` to `json`.
+the libQuotient key for that): `libQuotient/cache_type` to `json`.
This will make cache saving and loading work slightly slower but the cache
-will be in a text JSON file (very long and unindented so prepare a good
+will be in text JSON files (possibly very long and unindented so prepare a good
JSON viewer or text editor with JSON formatting capabilities).