@ -57,13 +57,13 @@ Colors can help to add additional information or simply to make the diagram more
It can also help to save some space.
All of that is the reason, C4-PlantUML uses colors and prefer also to enable a layout without `<<stereotypes>>` and with a legend.
This can be enabled with `LAYOUT_WITH_LEGEND `.
This can be enabled with `LAYOUT_WITH_LEGEND () `.
```csharp
@startuml LAYOUT_WITH_LEGEND Sample
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
LAYOUT_WITH_LEGEND
LAYOUT_WITH_LEGEND()
Person(admin, "Administrator")
System_Boundary(c1, 'Sample') {
@ -76,7 +76,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
@enduml
```


## LAYOUT_AS_SKETCH
@ -90,13 +90,13 @@ Without any proof
* if they keep what they promise
More often these sketches are used by many people as facts and are manifested into their documentations.
With `LAYOUT_AS_SKETCH ` you can make a difference.
With `LAYOUT_AS_SKETCH () ` you can make a difference.
```csharp
@startuml LAYOUT_AS_SKETCH Sample
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
LAYOUT_AS_SKETCH
LAYOUT_AS_SKETCH()
Person(admin, "Administrator")
System_Boundary(c1, 'Sample') {
@ -109,4 +109,4 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
@enduml
```

