Skip to content

Commit

Permalink
Simplify README example
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Sep 30, 2023
1 parent dc1d53e commit 34704bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34704bf

Please sign in to comment.