From 4ee3dc4a6d45c4609df8a94eb15937f49411c62a Mon Sep 17 00:00:00 2001 From: Bertocq Date: Thu, 15 Jun 2017 23:50:02 +0200 Subject: [PATCH] Fix MD014 Dollar signs used before commands without showing output on customize markdown files --- CUSTOMIZE_EN.md | 2 +- CUSTOMIZE_ES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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