Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sndmndss committed Jun 4, 2024
1 parent ca460be commit 2e288c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ print(account_fills)

bpx-py supports **async** code:
```python
from bpx.__async.account import Account
from bpx.async_.account import Account
import asyncio

async def main():
Expand Down Expand Up @@ -71,7 +71,7 @@ print(markets)
**Async** code:

```python
from bpx.__async.public import Public
from bpx.async_.public import Public
import asyncio

async def main():
Expand Down

0 comments on commit 2e288c2

Please sign in to comment.