Skip to content

Commit b07c73e

Browse files
committed
fix typo
1 parent 9b3a76b commit b07c73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ To submit a transaction, use ConvexAPI.send(). This will cost a small about of j
6161
>>> convex_api.get_balance(account)
6262
996360
6363

64-
To query a transaction, this is free and can be performed out by any valid account address.
65-
Get the balance of the new account:
64+
To send a query a transaction, this is free and can be performed by any valid account address.
65+
So for example to query a balance of an account:
6666

6767
>>> convex_api.query(f'(balance {account.address})', account)
6868
{'value': 996360}

0 commit comments

Comments
 (0)