Skip to content

Commit 8eef06c

Browse files
committed
Fix Business_Service and grouping examples
1 parent 29472c6 commit 8eef06c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ For example:
8888
![Stakeholder](./images/Example-Stakeholder.png)
8989
* To define a `Business Service` element,
9090
```plantuml
91-
Business_Service(BService, "Business Service", true) {
92-
Application_Service("AppService01", "App Service 01")
93-
Application_Service("AppService02", "App Service 02")
94-
Application_Service("AppService03", "App Service 03")
95-
}
91+
Business_Service(BService, "Business Service")
9692
```
9793
Output:
9894
![Business Service](./images/Example-BusinessService.png)
@@ -142,15 +138,15 @@ For example:
142138
### ArchiMate Groups
143139
Groups in ArchiMate are denoted using one of the following 3 possible ways:
144140
```plantuml
145-
Group(nameOfTheGroup, "Group Description"){
141+
Group(nameOfTheGroup, "Group"){
146142
//Define the ArchiMate Elements
147143
}
148144
149-
Grouping(nameOfTheGroup, "Group Description"){
145+
Grouping(nameOfTheGroup, "Grouping"){
150146
//Define the ArchiMate Elements
151147
}
152148
153-
Other_Grouping(nameOfTheGroup, "Group Description"){
149+
Other_Grouping(nameOfTheGroup, "Other_Grouping Type"){
154150
//Define the ArchiMate Elements
155151
}
156152
```

0 commit comments

Comments
 (0)