Skip to content

Commit

Permalink
docs: fix typo in ledger-icrc README (#464)
Browse files Browse the repository at this point in the history
# Motivation

Fix a typo in README which is the root cause that leads to the issue
faced in #462 question.
  • Loading branch information
peterpeterparker authored Nov 13, 2023
1 parent a095039 commit 0fd316d
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 0fd316d

Please sign in to comment.