Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Nov 16, 2019
1 parent c14be3b commit 2c5e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Manually run the server using the command:
```
houseclock
```
This will read from the GPS device at /dev/ttyACM0 and listen for HTTP requests on the http port (80). If the GPS device is different and the http port is alredy in use (for example by httpd), force other values using the -http-service and -gps options. For example:
This will read from the GPS device at /dev/ttyACM0 and listen for HTTP requests on the http port (80). If the GPS device is different and the http port is already in use (for example by httpd), one can force other values using the -http-service and -gps options. For example:
```
houseclock -http-service=8080 -gps=/dev/ttyACM1
```
Expand Down

0 comments on commit 2c5e43c

Please sign in to comment.