From a1db9ec084d43be6fe014b5ce668ce9020953496 Mon Sep 17 00:00:00 2001 From: laniakea64 Date: Sun, 3 Dec 2023 00:29:55 -0500 Subject: [PATCH] Fix readme header level (#1752) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0bc5d..7bed804 100644 --- a/README.md +++ b/README.md @@ -1321,7 +1321,7 @@ Can be used with paths that are relative to the current directory, because `[no-cd]` prevents `just` from changing the current directory when executing `commit`. -### Requiring Confirmation for Recipesmaster +#### Requiring Confirmation for Recipesmaster `just` normally executes all recipes unless there is an error. The `[confirm]` attribute allows recipes require confirmation in the terminal prior to running.