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