From e01bb6a9da6530e12e675aea128f6e82a2dad197 Mon Sep 17 00:00:00 2001 From: selea Date: Sat, 15 May 2021 20:55:20 +0200 Subject: [PATCH] Update README.md ./matrix.sh --room_id='!OEassajhhkasLULVAa:matrix.org' "Hello World" should be ./matrix.sh --room='!OEassajhhkasLULVAa:matrix.org' "Hello World" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)