diff --git a/README.md b/README.md index 23cee3e..e915111 100644 --- a/README.md +++ b/README.md @@ -634,7 +634,7 @@ $ just --list --list-heading '' ### Aliases -Aliases allow recipes to be invoked with alternative names: +Aliases allow recipes to be invoked on the command line with alternative names: ```just alias b := build @@ -645,7 +645,6 @@ build: ```sh $ just b -build echo 'Building!' Building! ```