From c49ec7aea8b2aa3979211f20f51cc1d4a55ec964 Mon Sep 17 00:00:00 2001 From: Rodrigo Celebrone Date: Fri, 28 Oct 2022 11:32:58 -0300 Subject: [PATCH] fixing markdown end code indicator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa90275..03dc2a7 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ Additional tags/stereotypes can be added to the existing element stereotypes (co This call updates the default style of the elements (component, ...) and creates no additional legend entry. * `UpdateRelStyle(textColor, lineColor)`: This call updates the default relationship colors and creates no additional legend entry. -* `UpdateBoundaryStyle(?elementName, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?type, ?legendText) +* `UpdateBoundaryStyle(?elementName, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?type, ?legendText)`: This call updates the default style of the existing boundaries and creates no additional legend entry. If the element name is "" then it updates generic, enterprise, system and container boundary style in on call. * `RoundedBoxShape()`: This call returns the name of the rounded box shape and can be used as ?shape argument.