Skip to content

Commit

Permalink
Merge pull request #12 from sndmndss/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sndmndss authored Jun 4, 2024
2 parents c14ae2a + 2e288c2 commit e39333d
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 e39333d

Please sign in to comment.