From c79c0874c36a1d9ef33c5f7733fea35616d5249c Mon Sep 17 00:00:00 2001 From: Jerome De Almeida Date: Fri, 3 Feb 2017 15:50:21 +0100 Subject: [PATCH] add arborescence and data model to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e47c3ce..572696e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Alternately, clone the repository and manually invoke `composer` using the shipp (The `self-update` directive is to ensure you have an up-to-date `composer.phar` available.) -![Arbo]("public/img/arbo1.png" "Arbo") +![Arbo](public/img/arbo1.png "Arbo") Databases --------- @@ -53,7 +53,7 @@ Create 2 symbolics links at project root: ln -s ./../vendor/monarc/core MonarcCore; ln -s ./../vendor/monarc/frontoffice MonarcFO; -![Arbo]("public/img/arbo2.png" "Arbo") +![Arbo](public/img/arbo2.png "Arbo") Interfaces ---------- @@ -173,4 +173,4 @@ Create first user: Data Model ---------- -![Model FO]("public/img/model-fo.png" "modelFO") +![Model FO](public/img/model-fo.png "modelFO")