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