Skip to content

Commit 1e536db

Browse files
committed
Fix reference to LICENSE.md; typo's and numbering
1 parent 95772f3 commit 1e536db

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
File renamed without changes.

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ PlantUML macros and includes for creating Archimate Diagrams easily.
1515
- [ArchiMate Groups](#archimate-groups)
1616
- [Nesting of Components](#nesting-of-components)
1717
- [Theme Support](#theme-support)
18-
6. [Example](#example)
19-
7. [Contributing](#contributing)
20-
8. [License](#license)
21-
9. [Acknowledgments](#acknowledgments)
18+
4. [Example](#example)
19+
5. [Contributing](#contributing)
20+
6. [License](#license)
21+
7. [Acknowledgments](#acknowledgments)
2222

2323
## Background
2424

@@ -150,7 +150,7 @@ For example
150150
151151
### Nesting of Components
152152
Nesting allows grouping components hierarchically, improving diagram clarity. There are no limitations on the number of levels of nesting.
153-
The implementation allows nesting of any components inside any other components. When nesting, the element will be displayed as a rectangle with the archimate architype on the top right corner.
153+
The implementation allows nesting of any components inside any other components. When nesting, the element will be displayed as a rectangle with the archimate archetype on the top right corner.
154154
155155
156156
Nesting can be enabled in the following pattern
@@ -191,14 +191,14 @@ Theme can be enabled by adding the following line.
191191
!theme archimate-saturated from https://raw.githubusercontent.com/plantuml-stdlib/Archimate-PlantUML/master/themes
192192
```
193193

194-
|Theme Name | Preview |
195-
|------------------------|----------------------------------------------------|
196-
|Default (No line added) | ![default](./images/theme-default.png) |
197-
|archimate-standard | ![standard](./images/theme-standard.png) |
198-
|archimate-alternate | ![alternate](./images/theme-alternate.png) |
199-
|archimate-saturated | ![saturated](./images/theme-saturated.png) |
200-
|archimate-lowsaturation | ![low saturated](./images/theme-lowsaturation.png) |
201-
|archimate-handwriting | ![handwriting](./images/theme-handwriting.png) |
194+
| Theme Name | Preview |
195+
|--------------------------|----------------------------------------------------|
196+
| Default (No line added) | ![default](./images/theme-default.png) |
197+
| archimate-standard | ![standard](./images/theme-standard.png) |
198+
| archimate-alternate | ![alternate](./images/theme-alternate.png) |
199+
| archimate-saturated | ![saturated](./images/theme-saturated.png) |
200+
| archimate-lowsaturation | ![low saturated](./images/theme-lowsaturation.png) |
201+
| archimate-handwriting | ![handwriting](./images/theme-handwriting.png) |
202202

203203
## Example
204204
```plantuml

0 commit comments

Comments
 (0)