diff --git a/README.md b/README.md index 9ac475c40..88dec5f5e 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ All communication over Matrix happens within a room: for this reason, one must b in order to receive the desired messages. Two options are possible: -* direct room: where it is possible to speak directly to a particular user -* shared room: a room solely intended to be used for messages related to the jobs updates +* direct message room: where the messages are directly sento to a particular user +* shared room: a dedicated room used for messages related to the jobs updates To enable those, a number of configuration steps are necessary, either on the token as well as on the matrix user account. @@ -50,8 +50,8 @@ Within the token: * `mxroomid` id of the room to where the messages should be sent (can be a room for direct messages, or a room used specifically for the purpose of mmoda messages) -Within matrix: -* Create a room (direct or a separate dedicated room) +Within the element client: +* Create a room (direct or a separate dedicated room) * Invite @mmoda-bot to it (in the case of a dedicated room) * @mmoda-bot has to join the room diff --git a/img.png b/img.png new file mode 100644 index 000000000..ef7bb2cbc Binary files /dev/null and b/img.png differ diff --git a/img_1.png b/img_1.png new file mode 100644 index 000000000..89138616f Binary files /dev/null and b/img_1.png differ