diff --git a/CUSTOMIZE_EN.md b/CUSTOMIZE_EN.md index 75b10a6cf..5b35d6c8f 100644 --- a/CUSTOMIZE_EN.md +++ b/CUSTOMIZE_EN.md @@ -208,7 +208,7 @@ TODO We recommend you to add consul as remote: ``` -$ git remote add consul https://github.com/consul/consul +git remote add consul https://github.com/consul/consul ``` And then just grab lastest changes on to a branch of your own repo with: diff --git a/CUSTOMIZE_ES.md b/CUSTOMIZE_ES.md index 66f0904f8..72bac906f 100644 --- a/CUSTOMIZE_ES.md +++ b/CUSTOMIZE_ES.md @@ -208,7 +208,7 @@ TODO Te recomendamos que agregues el remote de consul para facilitar este proceso de merge: ``` -$ git remote add consul https://github.com/consul/consul +git remote add consul https://github.com/consul/consul ``` Con esto puedes actualizarte con