Update README.md

This commit is contained in:
Hellow2 2023-02-27 14:49:12 +01:00
parent af5949220a
commit 04ee037f45

View File

@ -142,20 +142,21 @@ Source {
} }
Song ||--o{ Lyrics : contains
Song ||--o{ Target : points
Song }o--o{ Album : tracklist
Album }o--o{ Artist : discography
Label }o--o{ Album : released
Label }o--o{ Artist : contracted
Source }o--|| Song : from Source }o--|| Song : from
Source }o--|| Lyrics : from Source }o--|| Lyrics : from
Source }o--|| Album : from Source }o--|| Album : from
Source }o--|| Artist : from Source }o--|| Artist : from
Source }o--|| Label : from Source }o--|| Label : from
Song }o--o{ Album : AlbumSong
Album }o--o{ Artist : ArtistAlbum
Song }o--o{ Artist : features
Label }o--o{ Album : LabelAlbum
Label }o--o{ Artist : LabelSong
Song ||--o{ Lyrics : contains
Song ||--o{ Target : points
``` ```
Ok now this **WILL** look intimidating, thus I break it down quickly. Ok now this **WILL** look intimidating, thus I break it down quickly.
@ -199,11 +200,12 @@ Label {
} }
Song }o--o{ Album : tracklist Song }o--o{ Album : AlbumSong
Album }o--o{ Artist : discography Album }o--o{ Artist : ArtistAlbum
Song }o--o{ Artist : features
Label }o--o{ Album : released Label }o--o{ Album : LabelAlbum
Label }o--o{ Artist : contracted Label }o--o{ Artist : LabelSong
``` ```