summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hammond <39606064+Justintime50@users.noreply.github.com>2024-03-06 13:37:41 -0700
committerGitHub <noreply@github.com>2024-03-06 20:37:41 +0000
commit36bd375eab32c579f6c1a2eed3d7c2a2dd7b2cdc (patch)
treec660beb007bdc15b7153ce2204fec19084b32ce9
parentb4d8e5b8c6cae771e6cc0ef1f6d828d432647cd0 (diff)
Fix readme typo (#1936)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 66f2c05f..0d145045 100644
--- a/README.md
+++ b/README.md
@@ -726,8 +726,8 @@ default:
@just --list
```
-Note that you may need to add `--justfile {{justfile()}}` to the line above
-above. Without it, if you executed `just -f /some/distant/justfile -d .` or
+Note that you may need to add `--justfile {{justfile()}}` to the line above.
+Without it, if you executed `just -f /some/distant/justfile -d .` or
`just -f ./non-standard-justfile`, the plain `just --list` inside the recipe
would not necessarily use the file you provided. It would try to find a
justfile in your current path, maybe even resulting in a `No justfile found`