Replacing with a single backtick

This commit is contained in:
svaishnavy 2018-07-18 21:37:11 +02:00 committed by GitHub
parent b7783a8a26
commit 1d9415eae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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