From 0326d3f87ec779fc9f4473f9901c3dcd60205406 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 27 Aug 2024 13:40:33 -0700 Subject: [PATCH] Clarify that subsequent dependencies run immediately after recipe --- 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: