diff options
author | Tudor Roman | 2017-02-15 21:33:25 +0200 |
---|---|---|
committer | Tudor Roman | 2017-02-15 21:33:25 +0200 |
commit | da590464e2ff557f0cedf7dd6d7be6a5e3989079 (patch) | |
tree | 4daa28cf56c6a444abf6abecbcbb99bc60990139 | |
parent | 88cc3aee51952e90b271f68a05e03c4371d0db70 (diff) | |
download | ruler-da590464e2ff557f0cedf7dd6d7be6a5e3989079.tar.gz ruler-da590464e2ff557f0cedf7dd6d7be6a5e3989079.zip |
readme: fixed typo
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ window. Descriptors can be defined as regular expressions (POSIX Extended Regular Expressions) to avoid code repetition. -Commands are executed in parallel by default. If a command is prefixed with a -semicolon, it will be run asynchronously. +Commands are executed asynchronously by default. If a command is prefixed with a +semicolon, it will be run synchronously. For more information, see the included manual page (`ruler(1)`). |