From 7d2783cbbe135f9fc73d706d15f5416e0778da9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment?= Date: Mon, 27 Oct 2014 18:59:19 +0000 Subject: [PATCH] Minor doc update --- _service-provider/README.md | 4 ++-- _src/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_service-provider/README.md b/_service-provider/README.md index 882768c..c35dcaa 100755 --- a/_service-provider/README.md +++ b/_service-provider/README.md @@ -9,9 +9,9 @@ _Clone any service providers with their Docker files here if you want to build t For example, if you want to build the datapusher service yourself: -Clone it: +Clone datapusher: - clone https://github.com/clementmouchet/datapusher.git + git clone https://github.com/clementmouchet/datapusher.git Tell the fig file to build it: diff --git a/_src/README.md b/_src/README.md index 4e04bc6..5838152 100755 --- a/_src/README.md +++ b/_src/README.md @@ -9,9 +9,9 @@ _Clone your source code here._ The least you need is CKAN itself -Clone it: +Clone CKAN: - clone https://github.com/ckan/ckan.git + git clone https://github.com/ckan/ckan.git ## Extensions