Skip to content

Commit

Permalink
fix(readme): condense quick start
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Fiedler <dtfiedler@users.noreply.github.com>
  • Loading branch information
atticusofsparta and dtfiedler authored Feb 26, 2024
1 parent 90314db commit b35e5bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ const contractTxIds = [

const balance = await arIO.mainnet.getBalance({ address });
const gateway = await arIO.mainnet.getGateway({ address });
const record = await arIO.mainnet.getRecord({ domain });
const records = await arIO.mainnet.getRecords({ contractTxIds });
const allRecords = await arIO.mainnet.getRecords({});
const record = await arIO.mainnet.getRecord({ domain: 'ar-io' });;
const records = await arIO.mainnet.getRecords({});
```

## Usage
Expand Down

0 comments on commit b35e5bd

Please sign in to comment.