Skip to content

Commit c56cead

Browse files
author
JeanMarc van Leerdam
committed
Correct instructions on how do combine nesting and special shapes
1 parent 4d45d4d commit c56cead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ Shapes that support special shapes are:
184184
* Motivation Stakeholder
185185
* Motivation Meaning
186186
* Motivation Value(*)
187-
187+
188188
> [!IMPORTANT]
189189
> Note: the special shapes marked with (*) do not support nesting other elements within them, so you need to add a
190-
> `$nest=%true()` parameter when using these elements with special shapes.
190+
> `$nest=%true()` parameter when nesting using these elements with special shapes.
191191
192192
```plantuml
193193
@startuml
@@ -272,7 +272,7 @@ Output:
272272
> [!IMPORTANT]
273273
> As mentioned above, some elements support special shapes. However, when using special shapes, nesting is not always possible using the
274274
> special shape. This applies to all `Service` elements, and the `Motivation_Value` element. If you have special shapes active, you have
275-
> to add a `$nest=%false()` parameter to these elements to avoid errors or unexpected results.
275+
> to add a `$nest=%true()` parameter to these elements to avoid errors or unexpected results.
276276
277277
### Theme Support
278278
Theme support is enabled and 5 variations are available. All the themes are based on Archimate specifications.

0 commit comments

Comments
 (0)