From 1d9415eae072cd3f1b526de24ca895d9a8119eff Mon Sep 17 00:00:00 2001 From: svaishnavy Date: Wed, 18 Jul 2018 21:37:11 +0200 Subject: [PATCH] Replacing with a single backtick --- docs/sdk/cosmos-sdk-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/cosmos-sdk-cli.md b/docs/sdk/cosmos-sdk-cli.md index 2cc0182cf5..615d722522 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