From 5e5583d43c71804b8fe289c3108e8bf1cb29c077 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 11 Jan 2023 23:35:53 -0800 Subject: [PATCH] Remove --unstable from fallback example in readme (#1502) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 725e975..e99aff0 100644 --- a/README.md +++ b/README.md @@ -2214,7 +2214,7 @@ default: The `--dump` command can be used with `--dump-format json` to print a JSON representation of a `justfile`. The JSON format is currently unstable, so the `--unstable` flag is required. -### Falling back to parent `justfile`s +### Fallback to parent `justfile`s If a recipe is not found in a `justfile` and the `fallback` setting is set, `just` will look for `justfile`s in the parent directory and up, until it @@ -2237,7 +2237,7 @@ bar: ``` ```sh -$ just --unstable bar +$ just bar Trying ../justfile echo bar bar