diff --git a/README.md b/README.md index 440d7b0..7845061 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,11 @@ class Match { -idHomeTeam: Int -idAwayTeam: Int -status: String +} + +class Score { + -home: Int + -away: Int -winner: String } @@ -135,6 +140,8 @@ Team --> "-area" Area Competition --> "-area" Area Competition --> "-currentSeason" Season +Match --> "-score" Score + @enduml ```