Commit 641804a

Anton Medvedev <antonmedv@google.com>
2021-05-11 12:36:21
Update README.md
1 parent 9a17344
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`