File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ But chances are you would want to tweak the default settings in certain scenario
148
148
You can do this by customizing parameters to ` make generate ` :
149
149
150
150
```
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
152
152
$ make DESTINATION=crates # generate a crate in crates folder, and still use the default contract template
153
153
$ make generate TEMPLATE=c-wrapper-crate DESTINATION=crates # generate a crate in crates folder, but use c-wrapper-crate template
154
154
```
You can’t perform that action at this time.
0 commit comments