Skip to content

Commit

Permalink
Link to modules when first introduced in readme (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jun 25, 2024
1 parent c900b6f commit 570d305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ Available recipes:
lint
```

Recipes in submodules can be listed with `just --list PATH`, where `PATH` is a
space- or `::`-separated module path:
Recipes in [submodules](#modules1190) can be listed with `just --list PATH`,
where `PATH` is a space- or `::`-separated module path:

```
$ cat justfile
Expand Down Expand Up @@ -3145,7 +3145,7 @@ import? 'foo/bar.just'

Missing source files for optional imports do not produce an error.

### Modules <sup>1.19.0</sup>
### Modules<sup>1.19.0</sup>

A `justfile` can declare modules using `mod` statements. `mod` statements are
currently unstable, so you'll need to use the `--unstable` flag, or set the
Expand Down

0 comments on commit 570d305

Please sign in to comment.