Skip to content

Commit 1aa0173

Browse files
committed
small changes to readme
1 parent 658bff6 commit 1aa0173

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@ This work was inspired by [tupadr3/plantuml-icon-font-sprites](https://github.co
99
Include the sprites that you want to use either via path or url
1010

1111
```
12-
...
12+
[...]
1313
!include ../dogus/cloudogu.puml
1414
!includeurl https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master/dogus/scm.puml
15-
...
15+
[...]
1616
```
1717

1818
You can define a constant for the URL
1919

2020
```
21-
...
21+
[...]
2222
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master
2323
!includeurl CLOUDOGUURL/dogus/smeagol.puml
24-
...
24+
[...]
2525
```
2626

2727
To use the Sprites you can include their name directly with <$name>
2828

2929
```
30-
...
30+
[...]
3131
node "Cloudogu Ecosystem" <<$cloudogu>> {
32-
...
32+
[...]
3333
```
3434

3535
or add one of the defined macros. Prefix can be either 'DOGU' or 'TOOL':
3636

3737
```
38-
...
38+
[...]
3939
<prefix>_<name>(alias)
4040
<prefix>_<name>(alias,label)
4141
<prefix>_<name>(alias,label,shape)
4242
<prefix>_<name>(alias,label,shape,color)
43-
...
43+
[...]
4444
```
4545

4646
## Complete Example
@@ -98,7 +98,7 @@ jenkins -> k8s : Deploy
9898

9999
## List of all Dogu Sprites
100100

101-
| Sprite | Dogu name | Macro | name |
101+
| Sprite | Dogu name | Macro | Name |
102102
|--------|-----------|-------|------|
103103
| ![CAS](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/cas.jpg "CAS") | CAS | DOGU_CAS | $cas |
104104
| ![Cloudogu](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/cloudogu.jpg "Cloudogu") | Cloudogu | DOGU_CLOUDOGU | $cloudogu |
@@ -117,7 +117,7 @@ jenkins -> k8s : Deploy
117117

118118
## List of all other tools sprites
119119

120-
| Sprite | Tool name | Macro | name |
120+
| Sprite | Tool name | Macro | Name |
121121
|--------|-----------|-------|------|
122122
| ![Ansible](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/ansible.jpg "Ansible") | Ansible | TOOL_ANSIBLE | $ansible |
123123
| ![Docker](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/docker.jpg "Docker") | Docker | TOOL_DOCKER | $docker |
@@ -147,4 +147,4 @@ Want to talk to the Cloudogu team? Need help or support? There are several ways
147147
* [Email hello@cloudogu.com](mailto:hello@cloudogu.com)
148148

149149
---
150-
&copy; 2017 Cloudogu GmbH - MADE WITH :heart: FOR DEV ADDICTS. [Legal notice / Impressum](https://cloudogu.com/imprint.html)
150+
&copy; 2018 Cloudogu GmbH - MADE WITH :heart: FOR DEV ADDICTS. [Legal notice / Impressum](https://cloudogu.com/imprint.html)

0 commit comments

Comments
 (0)