From a26713eda3616c08e3428b33ce904111ec1557a5 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 27 Aug 2024 13:44:22 -0700 Subject: [PATCH] Clarify that subsequent dependencies run immediately after recipe (#2326) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50b2c5e2c5..4cd45dce54 100644 --- a/README.md +++ b/README.md @@ -2395,8 +2395,8 @@ Normal dependencies of a recipes always run before a recipe starts. That is to say, the dependee always runs before the depender. These dependencies are called "prior dependencies". -A recipe can also have subsequent dependencies, which run after the recipe and -are introduced with an `&&`: +A recipe can also have subsequent dependencies, which run immediately after the +recipe and are introduced with an `&&`: ```just a: