From 34704bf06ff9c8a544f07319af67a38b2075c6ee Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sat, 30 Sep 2023 21:26:49 +0200 Subject: [PATCH] Simplify README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ff7697..f6bd2dea 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Every PHP request or command line invocation triggers a TCP connection with the This decoupling allows the users to implement their own tools. Raw JSON objects can be inspected by dumping the stream content to standard output, for example: ```console -socat tcp-listen:6666,fork,reuseaddr 'exec:jq .,fdout=0' +socat tcp-listen:6666,fork,reuseaddr - | jq ``` ## PHP extension