Skip to content

Commit 5c7d5a4

Browse files
authored
Update README.md
1 parent 8d06ea1 commit 5c7d5a4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,14 @@ if already have an access token and you want to skip to first login for speed yo
9393
```Python
9494
cloud.set_access_token('myAccessToken')
9595
```
96-
to initialize all the cloud data into the lib use
96+
to initialize all the cloud data into the lib, for async usage use:
9797
```Python
9898
await cloud.initialize()
9999
```
100-
for async usage, or use
100+
Or for sync usage use:
101101
```Python
102102
cloud.initialize_sync()
103103
```
104-
for sync usage.<br>
105104
It is only required to call initialize once at the beginning of the program.
106105

107106
## Data structure

0 commit comments

Comments
 (0)