From 2e288c2fa2912eee0f5936bb1f55d99c89e4a17f Mon Sep 17 00:00:00 2001 From: sndmndss Date: Tue, 4 Jun 2024 12:50:53 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e8a6d9..12f1be6 100644 --- a/README.md +++ b/README.md @@ -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(): @@ -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():