Formatting the command properly

This commit is contained in:
Sridhar Ganesan 2018-07-16 22:30:11 +02:00
parent 0bde720c80
commit dedb2e4278
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ This will install a binary cosmos-sdk-cli
# Creating a new project
**cosmos-sdk-cli init ** _Your-Project-Name_
**cosmos-sdk-cli init** _Your-Project-Name_
This will initialize a project, the dependencies, directory structures with the specified project name.