We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d06ea1 commit 5c7d5a4Copy full SHA for 5c7d5a4
1 file changed
README.md
@@ -93,15 +93,14 @@ if already have an access token and you want to skip to first login for speed yo
93
```Python
94
cloud.set_access_token('myAccessToken')
95
```
96
-to initialize all the cloud data into the lib use
+to initialize all the cloud data into the lib, for async usage use:
97
98
await cloud.initialize()
99
100
-for async usage, or use
+Or for sync usage use:
101
102
cloud.initialize_sync()
103
104
-for sync usage.<br>
105
It is only required to call initialize once at the beginning of the program.
106
107
## Data structure
0 commit comments