Skip to content

Commit

Permalink
fix(readme): use correct variable name
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 Mar 18, 2024
1 parent 2296cc3 commit ab36354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ Returns all records on the configured ANT contract, including the required `@` r
```typescript
const contractTxId = 'bh9l1cy0aksiL_x9M359faGzM_yjralacHIUo8_nQXM';
const ant = new ANT({ contractTxId });
const records = await ANT.getRecords();
const records = await ant.getRecords();

// output
// {
Expand Down

0 comments on commit ab36354

Please sign in to comment.