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
+1 -1
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