summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2024-01-11 15:57:32 -0800
committerGitHub <noreply@github.com>2024-01-11 23:57:32 +0000
commitea1b68644a9e1ce7eedd64842bf2a41273017cb6 (patch)
tree54a528f6d324ffa93475bf3d763e1bf99dad614f
parentc2af5a1dd6f471349b71a63703ed51e722fba7a2 (diff)
Tweak readme table formatting (#1836)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 87eb44c4..b5d622de 100644
--- a/README.md
+++ b/README.md
@@ -756,7 +756,7 @@ foo:
#### Table of Settings
| Name | Value | Default | Description |
-| -----| ------| ------- |-------------|
+|------|-------|---------|-------------|
| `allow-duplicate-recipes` | boolean | `false` | Allow recipes appearing later in a `justfile` to override earlier recipes with the same name. |
| `dotenv-filename` | string | - | Load a `.env` file with a custom name, if present. |
| `dotenv-load` | boolean | `false` | Load a `.env` file, if present. |
@@ -1437,7 +1437,7 @@ and are implemented with the
Recipes may be annotated with attributes that change their behavior.
| Name | Description |
-| -----| ------------|
+|------|-------------|
| `[confirm]`<sup>1.17.0</sup> | Require confirmation prior to executing recipe. |
| `[linux]`<sup>1.8.0</sup> | Enable recipe on Linux. |
| `[macos]`<sup>1.8.0</sup> | Enable recipe on MacOS. |