We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e9d30 commit bea8ee5Copy full SHA for bea8ee5
pages/guide/cosmwasm-core/installation.md
@@ -79,7 +79,9 @@ setting up a new project in form of a template!
79
80
In order to generate a fresh project, run this command and off we go:
81
82
-<Callout>Make sure to change `PROJECT_NAME` to the name of your contract!</Callout>
+::: tip :bulb: Tip
83
+Make sure to change `PROJECT_NAME` to the name of your contract!
84
+:::
85
86
```shell
87
$ cargo generate --git https://github.com/CosmWasm/cw-template.git --name PROJECT_NAME
0 commit comments