Skip to content

Commit 6822fc1

Browse files
committed
Fix spacing issue on 1st exercise
1 parent 684ae2c commit 6822fc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tutorials/hobgoblin-reaction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Next, we will set up our `Hobgoblin`.
3838
- Insert a [`DeviceDataWriter`] and set the `Path` property. Connecting it directly to the device ensures thats all events are logged.
3939
- During this tutorial we will need to have the ability to send/receive commands from distinct places in the workflow. To allow this kind of "many-to-one"/"one-to-many" communication, we will:
4040
- Insert a [`PublishSubject`] operator and name it `Hobgoblin Events`.
41-
4241
- Right-click the [`Device`] operator, select `Create Source (Bonsai.Harp.HarpMessage)` > [`BehaviorSubject`]. Name the generated ``BehaviourSubject`1`` operator `Hobgoblin Commands`. Connect it as input to the [`Device`] operator.
4342

4443
>[!NOTE]

0 commit comments

Comments
 (0)