From 6349e4a68db02d0dc347c1c0cdeadfd87c48c283 Mon Sep 17 00:00:00 2001 From: Emmanuel Evance Date: Thu, 14 Dec 2023 15:18:18 +0300 Subject: [PATCH] Update README.md fixed a typo --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 4caaceb4c..2f5889b0c 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -277,7 +277,7 @@ A workflow has a structure like this (better documentation is coming soon): // If there are no next edges, the workflow will end "b": true, "c": { - "condition": "!state.error" // Not that this is an expression, not a function + "condition": "!state.error" // Note that this is an expression, not a function } } }