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]`1.17.0 | Require confirmation prior to executing recipe. |
| `[linux]`1.8.0 | Enable recipe on Linux. |
| `[macos]`1.8.0 | Enable recipe on MacOS. |