Skip to content

Commit 1b077a0

Browse files
committed
misc: Fix README.md typo.
Signed-off-by: iabdalkader <[email protected]>
1 parent af378da commit 1b077a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DEVICE_ID = "" # Provided by Arduino cloud when creating a device.
4141
SECRET_KEY = "" # Provided by Arduino cloud when creating a device.
4242
```
4343

44-
Note that by default, the client runs in asynchronous mode. In this mode, the client takes runs an asyncio loop that updates tasks and records, polls networking events, etc. The client also supports a synchronous mode, which requires periodic client polling. To run the client in synchronous mode, pass `sync_mode=True` when creating a client object and call `client.update()` periodically after connecting. For example:
44+
Note that by default, the client runs in asynchronous mode. In this mode, the client runs an asyncio loop that updates tasks and records, polls networking events, etc. The client also supports a synchronous mode, which requires periodic client polling. To run the client in synchronous mode, pass `sync_mode=True` when creating a client object and call `client.update()` periodically after connecting. For example:
4545

4646
```Python
4747
# Run the client in synchronous mode.

0 commit comments

Comments
 (0)