Skip to content

Commit

Permalink
Merge pull request #546 from OpenFn/typo-fix
Browse files Browse the repository at this point in the history
update `cli` readme
josephjclark authored Dec 15, 2023
2 parents aeb7578 + 6349e4a commit 205c97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit 205c97c

Please sign in to comment.