Update README.md

This commit is contained in:
fasteddy516 2019-06-02 09:30:02 -04:00 committed by GitHub
parent ad3d69ea8c
commit 22d0e6689e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# SimplySerial # SimplySerial
###### A barebones serial terminal that runs as a Windows console application. ###### A bare-bones serial terminal that runs as a Windows console application.
Written by [Edward Wright](mailto:fasteddy@thewrightspace.net) (fasteddy516). Written by [Edward Wright](mailto:fasteddy@thewrightspace.net) (fasteddy516).
@ -36,7 +36,7 @@
`-b, --baud` sets the baud rate (ex. `-b:9600`, `--baud:115200`) `-b, --baud` sets the baud rate (ex. `-b:9600`, `--baud:115200`)
`-p, --parity` sets the parity option (ex. `-b:none`, `--parity:even`) `-p, --parity` sets the parity option (ex. `-p:none`, `--parity:even`)
`-d, --databits` sets the number of data bits to use (ex. `-d:8`, `--databits:7`) `-d, --databits` sets the number of data bits to use (ex. `-d:8`, `--databits:7`)