Fix default value in README
This commit is contained in:
parent
35dafece68
commit
d24a8aa796
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ For a list of data types, see [this sos!bashutils documentation page](https://ba
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>MINIFY</code></td>
|
<td><code>MINIFY</code></td>
|
||||||
<td><code>bool</code></td>
|
<td><code>bool</code></td>
|
||||||
<td><code>false</code></td>
|
<td><code>true</code></td>
|
||||||
<td>Whether to minify the final output. This will just remove all newlines</td>
|
<td>Whether to minify the final output. This will just remove all newlines</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue