Skip to content

Commit

Permalink
Fix typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Feb 6, 2024
1 parent e12eb0d commit b8f4e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The tool first deploys and initializes the [`cis2-nft`](https://github.com/Conco

### `transfer-cis2`

The tool first deploys and initializes the [`cis2-multi`](https://github.com/Concordium/concordium-rust-smart-contracts/tree/fcc668d87207aaf07b43f5a3b02b6d0a634368d0/examples/cis2-nft) example contract. It then mints `u64::MAX` CIS2 tokens for the sender. The transactions are then transfers of these tokens to a list of receivers that is either
The tool first deploys and initializes the [`cis2-multi`](https://github.com/Concordium/concordium-rust-smart-contracts/tree/fcc668d87207aaf07b43f5a3b02b6d0a634368d0/examples/cis2-multi) example contract. It then mints `u64::MAX` CIS2 tokens for the sender. The transactions are then transfers of these tokens to a list of receivers that is either

- accounts specified using the `--receivers` argument which should point
to a file with a list of account addresses,
Expand Down

0 comments on commit b8f4e71

Please sign in to comment.