Skip to content

Commit

Permalink
Merge pull request #67 from radixdlt/fix-typos
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
azizi-a authored Oct 25, 2024
2 parents f79fb23 + 9e2a825 commit a09e4ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore artifacts:
build
coverage
target
3 changes: 2 additions & 1 deletion step-by-step/13-candy-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ roles**.
- [Using the Candy Store](#using-the-candy-store)
- [Setup](#setup)
- [Usage](#usage)
- [License](#license)

## Using the Candy Store

Expand Down Expand Up @@ -108,7 +109,7 @@ Remember that;
be seen in your account,
- to present a proof you need to use the `--proofs` flag and specify the
quantity of each resource you want to use as proof. e.g.
`resim call-method <COMPONENT_ADDRESS> restock_store --proof <STAFF_BADGE_ADDRESS>:1`,
`resim call-method <COMPONENT_ADDRESS> restock_store --proofs <STAFF_BADGE_ADDRESS>:1`,
- if you want to see the transaction manifest that's generated under the hood,
add the `--manifest` flag, followed by the name of the file you want to save.
e.g.
Expand Down

0 comments on commit a09e4ac

Please sign in to comment.