diff --git a/README.md b/README.md index 4cd45dce54..9e2e5f78a5 100644 --- a/README.md +++ b/README.md @@ -1739,7 +1739,7 @@ Recipes, `mod` statements, and aliases may be annotated with attributes that cha | `[no-exit-message]`1.7.0 | recipe | Don't print an error message if recipe fails. | | `[no-quiet]`1.23.0 | recipe | Override globally quiet recipes and always echo out the recipe. | | `[positional-arguments]`1.29.0 | recipe | Turn on [positional arguments](#positional-arguments) for this recipe. | -| `[private]`1.10.0 | alias, recipe | Make recipe or alias private. See [Private Recipes](#private-recipes). | +| `[private]`1.10.0 | alias, recipe | Make recipe, alias, or variable private. See [Private Recipes](#private-recipes). | | `[script]`1.33.0 | recipe | Execute recipe as script. See [script recipes](#script-recipes) for more details. | | `[script(COMMAND)]`1.32.0 | recipe | Execute recipe as a script interpreted by `COMMAND`. See [script recipes](#script-recipes) for more details. | | `[unix]`1.8.0 | recipe | Enable recipe on Unixes. (Includes MacOS). |