From 7559c917853edd09e7965c5c5a2d70d0d48b92c2 Mon Sep 17 00:00:00 2001 From: rly Date: Fri, 12 Jul 2024 09:38:39 -0400 Subject: [PATCH] Fix mermaid typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 370407c..f662660 100644 --- a/README.md +++ b/README.md @@ -89,14 +89,14 @@ classDiagram --> axis : int = 1 } - class ChannelsTable{ + class ChannelsTable { <> -------------------------------------- attributes -------------------------------------- name : str description : str - probe : ProbeModel + probe : Probe probe_insertion : ProbeInsertion, optional position_reference : str, optional reference_mode : str, optional