Skip to content

Commit 389a670

Browse files
authored
Merge pull request #36 from bbodenmiller/patch-2
improve code formatting
2 parents 5b09bdc + 9c4b92e commit 389a670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ replace** the indicated address by **your** address.
103103
Check that the socket is properly created and is listening. This
104104
can be done with `netstat`, like this for UNIX sockets:
105105

106-
netstat --unix -l
106+
`netstat --unix -l`
107107

108108
or like this for TCP sockets:
109109

110-
netstat -t -l
110+
`netstat -t -l`
111111

112112
It should display the PHP CGI socket.
113113

0 commit comments

Comments
 (0)