Skip to content

Commit bea8ee5

Browse files
committed
Updates.
1 parent 97e9d30 commit bea8ee5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/guide/cosmwasm-core/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ setting up a new project in form of a template!
7979

8080
In order to generate a fresh project, run this command and off we go:
8181

82-
<Callout>Make sure to change `PROJECT_NAME` to the name of your contract!</Callout>
82+
::: tip :bulb: Tip
83+
Make sure to change `PROJECT_NAME` to the name of your contract!
84+
:::
8385

8486
```shell
8587
$ cargo generate --git https://github.com/CosmWasm/cw-template.git --name PROJECT_NAME

0 commit comments

Comments
 (0)