Skip to content

Commit f06d7b1

Browse files
committed
Fix readme
1 parent 9c21e7b commit f06d7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ But chances are you would want to tweak the default settings in certain scenario
148148
You can do this by customizing parameters to `make generate`:
149149

150150
```
151-
$ make generate TEMPLATE=contract-with-tests # generate a Rust contract crate in contracts subfolder, but use contract-with-tests template
151+
$ make generate TEMPLATE=atomics-contract # generate a Rust contract crate in contracts subfolder, but use atomics-contract template
152152
$ make DESTINATION=crates # generate a crate in crates folder, and still use the default contract template
153153
$ make generate TEMPLATE=c-wrapper-crate DESTINATION=crates # generate a crate in crates folder, but use c-wrapper-crate template
154154
```

0 commit comments

Comments
 (0)