fix(docs): correct grammar in configuration instructions
Adjusted the grammar in the configuration instructions to improve clarity. Ensured instructions explicitly state that credentials should come directly from the user's homeserver, aiding user comprehension and preventing setup errors.
This commit is contained in:
parent
7bfcda09b8
commit
4e0bc7a84b
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ user_id: "@roomba:example.com"
|
|||
access_token: "YOUR_ACCESS_TOKEN"
|
||||
moderation_room_id: "!moderation_room_id:example.com"
|
||||
|
||||
# Above credentials need to be directly from your homeserver.
|
||||
|
||||
# Above credentials should be directly from your homeserver.
|
||||
# If your moderation room is encrypted, you need to use Pantalaimon and fill the following fields:
|
||||
|
||||
pantalaimon:
|
||||
|
|
Loading…
Reference in a new issue