diff --git a/README.adoc b/README.adoc index b5b67a6..eafed0e 100644 --- a/README.adoc +++ b/README.adoc @@ -118,7 +118,7 @@ One or more arguments specify the recipe(s) to run: ```sh $ just another-recipe -Another recipe. +This is another recipe. ``` `just` prints each command to standard error before running it, which is why `echo 'This is a recipe!'` was printed. This is suppressed for lines starting with `@`, which is why `echo 'Another recipe.'` was not printed.