diff --git a/docs/syntax/entityRelationshipDiagram.md b/docs/syntax/entityRelationshipDiagram.md index 69a280a49..3d17fe532 100644 --- a/docs/syntax/entityRelationshipDiagram.md +++ b/docs/syntax/entityRelationshipDiagram.md @@ -135,9 +135,9 @@ erDiagram "This **is** _Markdown_" ``` -#### Optional Relationship Labels +#### Optional Relationship Labels (v\+) -Starting from Mermaid version 11.11.0, the relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. +The relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. For example, the following is valid: diff --git a/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md b/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md index 9687a6bf8..ae5695f0a 100644 --- a/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md +++ b/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md @@ -89,9 +89,9 @@ erDiagram "This **is** _Markdown_" ``` -#### Optional Relationship Labels +#### Optional Relationship Labels (v+) -Starting from Mermaid version 11.11.0, the relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. +The relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. For example, the following is valid: