Skip to content

Commit 3fc5fd9

Browse files
authored
Separate step 5 into two steps for clarity (#291)
1 parent d5b0b6b commit 3fc5fd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tutorials/first-flow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ server.
5454

5555
Click the Deploy button.
5656

57-
With the Debug sidebar tab selected, click the Inject button. You should see
57+
### 6. Inject
58+
59+
With the Debug sidebar tab selected, click the Inject button (the small square button next to your inject node). You should see
5860
numbers appear in the sidebar. By default, the Inject node uses the number of
5961
milliseconds since January 1st, 1970 as its payload.
6062

61-
### 6. Add a Function node
63+
### 7. Add a Function node
6264

6365
The Function node allows you to pass each message though a JavaScript function.
6466

0 commit comments

Comments
 (0)