Skip to content

Commit

Permalink
docs: fix typo in ledger-icrc README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 13, 2023
1 parent a095039 commit 0edff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ledger-icrc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const { metadata } = IcrcLedgerCanister.create({
canisterId: MY_LEDGER_CANISTER_ID,
});

const data = await metadata();
const data = await metadata({});
```

## Features
Expand Down

0 comments on commit 0edff79

Please sign in to comment.