Skip to content

Commit 1d21a60

Browse files
authored
Update README to include published image tag name
1 parent a20c150 commit 1d21a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Run PlantUML in a Docker container. For use as part of your build pipeline.
77
Where all PlantUML files exist in the `path-to-mount` folder and have the extension .puml:
88

99
```
10-
docker run -v path-to-mount:/source --rm -i [PublishedImage] source/*.puml -o ./output
10+
docker run -v path-to-mount:/source --rm -i robbell/plantuml-docker source/*.puml -o ./output
1111
```
1212

1313
## Single file
1414

1515
```
16-
cat sample.puml | docker run --rm -i [PublishedImage] > output.png
16+
cat sample.puml | docker run --rm -i robbell/plantuml-docker > output.png
1717
```

0 commit comments

Comments
 (0)