From 77a3ac902ccdf9e6451e93774185b4961cc0cbb8 Mon Sep 17 00:00:00 2001 From: Corentin RICHARD Date: Thu, 23 May 2024 01:05:18 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 208d7b7..9ff34fa 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ classDiagram Post "n" <-- "1" Profil : publish Tags "n" --> "n" Post : Have Profil "n" -- "n" Profil : Follow + Commentary "1" <-- "n" Profil : Emit ``` @@ -89,6 +90,7 @@ classDiagram _id_ BIGINT text TEXT #post + #profil } class Follow{ @@ -102,6 +104,7 @@ classDiagram Profil <-- Follow Profil <-- Follow Post --> Tagging + Commentary --> Profil ```