Skip to content

Commit 3e8b40d

Browse files
Fix numbering in second flow (#190)
1 parent 23d7726 commit 3e8b40d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/second-flow.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,24 @@ Add wires connecting:
6565
- The HTTP Request node output to the CSV node input.
6666
- The CSV node output to the Debug node input.
6767

68-
### 7. Add a Switch node
68+
### 6. Add a Switch node
6969

7070
Add a Switch node to the workspace. Edit its properties and configure it to check
7171
the property `msg.payload.mag` with a test of `>=` change it to test on a `number` and the value `7`. Click
7272
Done to close.
7373

7474
Add a second wire from the CSV node to this Switch node.
7575

76-
### 8. Add a Change node
76+
### 7. Add a Change node
7777

7878
Add a Change node, wired to the output of the Switch node. Configure it to
7979
set `msg.payload` to the string `PANIC!`.
8080

81-
### 9. Add a Debug node
81+
### 8. Add a Debug node
8282

8383
Wire a new Debug node to the output of the Change node
8484

85-
### 10. Deploy
85+
### 9. Deploy
8686

8787
Deploy the flow to the runtime by clicking the Deploy button.
8888

0 commit comments

Comments
 (0)