We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcc0ea commit 34d3335Copy full SHA for 34d3335
README.md
@@ -29,7 +29,7 @@ client = LoadingApiClient(email="your@email.com", password="your_password")
29
response = client.get_profile()
30
```
31
32
-It can also be used asyncrounously usage:
+It can also be used asyncrounously:
33
```python
34
from loading_sdk import AsyncLoadingApiClient
35
0 commit comments