Commit 641804a
Changed files (1)
README.md
@@ -181,13 +181,16 @@ $.shell = '/usr/bin/bash'
### `$.prefix`
-Specifies command what will be added to all command. Default is
-`set -euo pipefail;`.
+Specifies command what will be added to all command.
+
+Default is `set -euo pipefail;`.
### `$.quote`
Specifies a function what will be used for escaping special characters in
-command substitution. Default is [shq](https://www.npmjs.com/package/shq)
+command substitution.
+
+Default is [shq](https://www.npmjs.com/package/shq)
package.
### `$.verbose`