Skip to content

Commit

Permalink
Merge pull request #36 from bbodenmiller/patch-2
Browse files Browse the repository at this point in the history
improve code formatting
  • Loading branch information
mattab authored Jun 11, 2018
2 parents 5b09bdc + 9c4b92e commit 389a670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ replace** the indicated address by **your** address.
Check that the socket is properly created and is listening. This
can be done with `netstat`, like this for UNIX sockets:

netstat --unix -l
`netstat --unix -l`

or like this for TCP sockets:

netstat -t -l
`netstat -t -l`

It should display the PHP CGI socket.

Expand Down

0 comments on commit 389a670

Please sign in to comment.