Fix default value in README

This commit is contained in:
JeremyStar™ 2025-01-03 22:05:49 +01:00
parent 35dafece68
commit d24a8aa796
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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>