Skip to content

Commit 9c4b92e

Browse files
authored
improve code formatting
1 parent fd8adb4 commit 9c4b92e

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)