diff --git a/README.md b/README.md index fc47879..f096bf0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ `--dot-delay` or `-td` will let you set the delay for the morse code dots in microseconds (I think, I'm using usleep, whatever that uses). Reasonable balue is 150000, which is also the default. Use with -s option to enable slow printing. -`--dash-delay` or `-hd` will let you set the delay for the morse code dashes in microseconds (again, I think). Reasonable value is 300000, which is also the default. use with -s option to enable slow printing +`--dash-delay` or `-hd` will let you set the delay for the morse code dashes in microseconds (again, I think). Reasonable value is 300000, which is also the default. use with -s option to enable slow printing. + +`./morse -hd 300000 -td 150000 --slow` for example. You can pipe data in to be morse codeified