Fix readme header level (#1752)

This commit is contained in:
laniakea64 2023-12-03 00:29:55 -05:00 committed by GitHub
parent 26527d5d99
commit a1db9ec084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 `[no-cd]` prevents `just` from changing the current directory when executing
`commit`. `commit`.
### Requiring Confirmation for Recipes<sup>master</sup> #### Requiring Confirmation for Recipes<sup>master</sup>
`just` normally executes all recipes unless there is an error. The `[confirm]` `just` normally executes all recipes unless there is an error. The `[confirm]`
attribute allows recipes require confirmation in the terminal prior to running. attribute allows recipes require confirmation in the terminal prior to running.