Skip to content

Commit 04656fb

Browse files
committed
Fix markdown order
Signed-off-by: joshvanl <me@joshvanl.dev>
1 parent 140948f commit 04656fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/workflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
name: Run Workflow
1313
output_match_mode: substring
1414
expected_stdout_lines:
15-
- '== APP == Worker initialized'
1615
- '== APP == TestWorkflow registered'
1716
- '== APP == TestActivity registered'
1817
- '== APP == FailActivity registered'
18+
- '== APP == Worker initialized'
1919
- '== APP == runner started'
2020
- '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
2121
- '== APP == workflow paused'
@@ -51,9 +51,9 @@ dapr run --app-id workflow \
5151
## Result
5252

5353
```
54-
- '== APP == Worker initialized'
5554
- '== APP == TestWorkflow registered'
5655
- '== APP == TestActivity registered'
56+
- '== APP == Worker initialized'
5757
- '== APP == runner started'
5858
- '== APP == workflow started with id: a7a4168d-3a1c-41da-8a4f-e7f6d9c718d9'
5959
- '== APP == workflow paused'

0 commit comments

Comments
 (0)