We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8adb4 commit 9c4b92eCopy full SHA for 9c4b92e
README.md
@@ -103,11 +103,11 @@ replace** the indicated address by **your** address.
103
Check that the socket is properly created and is listening. This
104
can be done with `netstat`, like this for UNIX sockets:
105
106
- netstat --unix -l
+ `netstat --unix -l`
107
108
or like this for TCP sockets:
109
110
- netstat -t -l
+ `netstat -t -l`
111
112
It should display the PHP CGI socket.
113
0 commit comments