From 09248fa312fe1c1c0c71c0b8abd76ecaf8d255c1 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Thu, 5 Sep 2024 10:44:06 -0600 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 549202e..5fc0674 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ const ms = new MultiStageOutput<{message: string; staticValue: string; dynamicVa jsonEnabled: false, stages: ['stage 1', 'stage 2', 'stage 3'], // preStagesBlock will be displayed BEFORE the list of stages - postStagesBlock: [ + preStagesBlock: [ { get: (data) => data?.message, type: 'message',