From ea1b68644a9e1ce7eedd64842bf2a41273017cb6 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 11 Jan 2024 15:57:32 -0800 Subject: [PATCH] Tweak readme table formatting (#1836) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87eb44c..b5d622d 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. |