We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20c150 commit 1d21a60Copy full SHA for 1d21a60
README.md
@@ -7,11 +7,11 @@ Run PlantUML in a Docker container. For use as part of your build pipeline.
7
Where all PlantUML files exist in the `path-to-mount` folder and have the extension .puml:
8
9
```
10
-docker run -v path-to-mount:/source --rm -i [PublishedImage] source/*.puml -o ./output
+docker run -v path-to-mount:/source --rm -i robbell/plantuml-docker source/*.puml -o ./output
11
12
13
## Single file
14
15
16
-cat sample.puml | docker run --rm -i [PublishedImage] > output.png
+cat sample.puml | docker run --rm -i robbell/plantuml-docker > output.png
17
0 commit comments