diff --git a/docs/sdk/cosmos-sdk-cli.md b/docs/sdk/cosmos-sdk-cli.md index 2cc0182cf..615d72252 100644 --- a/docs/sdk/cosmos-sdk-cli.md +++ b/docs/sdk/cosmos-sdk-cli.md @@ -23,7 +23,7 @@ This will initialize a project, the dependencies, directory structures with the ```shell $ cosmos-sdk-cli init testzone -p github.com/your_user_name/testzone ``` -```-p [remote-project-path]```. If this is not provided, it creates testzone under $GOPATH/src/ +`-p [remote-project-path]`. If this is not provided, it creates testzone under $GOPATH/src/ ```shell