Skip to content

Commit

Permalink
Clarify aliases documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 authored Nov 14, 2023
1 parent 63c0234 commit b63f04e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ $ just --list --list-heading ''

### Aliases

Aliases allow recipes to be invoked with alternative names:
Aliases allow using an alternative name for a recipe when invoking it at the command line:

```just
alias b := build
Expand All @@ -645,7 +645,6 @@ build:

```sh
$ just b
build
echo 'Building!'
Building!
```
Expand Down

0 comments on commit b63f04e

Please sign in to comment.