Skip to content

Commit a8e94a2

Browse files
authored
Update README.md
1 parent 17abe0c commit a8e94a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ proc mqttSub() {.async.} =
187187
188188
await ctx.subscribe("nmqtt", 2, on_data)
189189
190-
asyncCheck mqttSub
190+
asyncCheck mqttSub()
191191
runForever()
192192
```
193193

@@ -413,4 +413,4 @@ You can use this to ensure, that all your of messages are sent, before
413413
exiting your program.
414414

415415

416-
____
416+
____

0 commit comments

Comments
 (0)