Skip to content

Commit 05a2b20

Browse files
authored
Fix formatting in readme
1 parent 840397e commit 05a2b20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ a html page can read this data and act on them.
55

66
The project is written in PHP and consists of two separate programs:
77

8-
`com2ip` - connects to a COM port and forwards the data to a local TCP port
9-
`ip2web` - Acts as the server. Establishes listening ports for the raw TCP port and a WebSocket server. This should be started first before anything else.
8+
- `com2ip` - connects to a COM port and forwards the data to a local TCP port
9+
- `ip2web` - Acts as the server. Establishes listening ports for the raw TCP port and a WebSocket server. This should be started first before anything else.
1010

1111
# Installation
1212

13-
You need to have php installed (preferrably 7.0+) and composer installed. Then run `composer install` to download all the dependencies.
13+
You need to have php installed (preferrably 7.0+) and composer installed. Then run `composer install` to download all the dependencies.

0 commit comments

Comments
 (0)