Skip to content

Commit 460e85e

Browse files
committed
Fix typo, closes #19
1 parent 5d75a9c commit 460e85e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: contracts/cw721-base/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Once you are happy with the content, you can compile it to wasm via:
4343

4444
```
4545
RUSTFLAGS='-C link-arg=-s' cargo wasm
46-
cp ../../target/wasm32-unknown-unknown/release/cw20_base.wasm .
47-
ls -l cw20_base.wasm
48-
sha256sum cw20_base.wasm
46+
cp ../../target/wasm32-unknown-unknown/release/cw721_base.wasm .
47+
ls -l cw721_base.wasm
48+
sha256sum cw721_base.wasm
4949
```
5050

5151
Or for a production-ready (optimized) build, run a build command in the
@@ -66,6 +66,6 @@ likely want to write a custom, domain-specific `instantiate`.
6666

6767
**TODO: add example when written**
6868

69-
For now, you can look at [`cw20-staking`](../cw20-staking/README.md)
70-
for an example of how to "inherit" cw20 functionality and combine it with custom logic.
69+
For now, you can look at [`cw721-staking`](../cw721-staking/README.md)
70+
for an example of how to "inherit" cw721 functionality and combine it with custom logic.
7171
The process is similar for cw721.

0 commit comments

Comments
 (0)