From b8a65149be75f7f589115b1cc81964e29ecce569 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 24 Apr 2021 18:41:36 -0700 Subject: [PATCH] Fix typo in readme: `Recipe` -> `recipe` (#805) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b8d7020..a056159 100644 --- a/README.adoc +++ b/README.adoc @@ -432,7 +432,7 @@ goodbye ==== Positional Arguments -If `positional-arguments` is `true`, recipe arguments will be passed as positional arguments to commands. For linewise recipes, argument `$0` will be the name of the Recipe. +If `positional-arguments` is `true`, recipe arguments will be passed as positional arguments to commands. For linewise recipes, argument `$0` will be the name of the recipe. For example, running this recipe: