diff --git a/README.md b/README.md index f5c9e81..370407c 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ classDiagram ProbeModel *--> ContactsTable : contains ExtracellularSeries ..> ChannelsTable : links to channels ChannelsTable *..> Probe : links to probe - ChannelsTable ..> ContactTable : links to contacts + ChannelsTable ..> ContactsTable : row reference to contact ChannelsTable *--> ProbeInsertion: might contain ProbeInsertion note for ChannelsTable "ChannelsTable is no longer global" ```