Skip to content

Commit 34d3335

Browse files
committed
Fix readme
1 parent 2dcc0ea commit 34d3335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ client = LoadingApiClient(email="your@email.com", password="your_password")
2929
response = client.get_profile()
3030
```
3131

32-
It can also be used asyncrounously usage:
32+
It can also be used asyncrounously:
3333
```python
3434
from loading_sdk import AsyncLoadingApiClient
3535

0 commit comments

Comments
 (0)