diff --git a/DBus-service.md b/DBus-service.md index 834305a..46e0088 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -131,7 +131,7 @@ Keep in mind that if you use DBus as a system service and want to send a message For an example of sending a group message through the dbus interface, see [#272](https://github.com/AsamK/signal-cli/issues/272). -In the examples above, attachments are identified by the first array:string: argument (dbus-send arguments must be in the correct order). The last argument can either be a single string:RECIPIENT or an array:string:RECIPIENT1,RECIPIENT2,... (for dbus-send, an array argument consists of a comma-separated list). +In the examples above, attachments are identified by the first `array:string:` argument (`dbus-send` arguments must be in the correct order). The last argument can either be a single `string:RECIPIENT` (as in the examples above) or an `array:string:RECIPIENT1,RECIPIENT2,...` (for `dbus-send`, an array argument consists of a comma-separated list). ### Receive messages from signal-cli daemon The signal-cli daemon publishes new messages to dbus.