diff --git a/README.md b/README.md index f33110e1..3eb921f9 100644 --- a/README.md +++ b/README.md @@ -781,10 +781,10 @@ $ cat foo.just mod bar $ cat bar.just baz: -$ just foo bar +$ just --list foo bar Available recipes: baz -$ just foo::bar +$ just --list foo::bar Available recipes: baz ```