diff --git a/README.md b/README.md index dd9c7ec..21e9c8f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ $ ./matrix.sh --file=IMG1234.jpg --image #### Providing a room: You can use `--room=` to provide a room_id. This supersedes the default room. ``` -$ ./matrix.sh --room_id='!OEassajhhkasLULVAa:matrix.org' "Hello World" +$ ./matrix.sh --room='!OEassajhhkasLULVAa:matrix.org' "Hello World" ``` (Note: bash doesn't like exclamation marks in double quoted strings. So we use single quotes for the room id.)