From fd71ec1a146f471cce73d6c45deeef2a1c70444e Mon Sep 17 00:00:00 2001 From: John Freed Date: Thu, 19 Aug 2021 22:10:54 +0200 Subject: [PATCH] Updated Json service (markdown) --- Json-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Json-service.md b/Json-service.md index c374cbc..6833293 100644 --- a/Json-service.md +++ b/Json-service.md @@ -1,6 +1,6 @@ signal-cli (proposed release) supports a JSON RPC server that accepts input on STDIN and replies on STDOUT. See (https://github.com/AsamK/signal-cli/discussions/679) - `signal-cli --output=json -u` _USERNAME_ `jsonRpc` + `signal-cli --output=json -u _USERNAME_ jsonRpc` It is possible to communicate with the server over the network using named pipes. For example, the following command sets up a JSON RPC signal-cli server listening on local port 9182: