1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

plantuml: fix space was missing (#4233)

This commit is contained in:
Florian 2020-08-01 19:32:30 +02:00 committed by GitHub
parent 0886200ed9
commit 4aeb0ec69d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
- Render a diagram in given format (e.g. `png`, `pdf`, `svg`, `txt`):
`plantuml -t{{format}} {{diagram.puml}}`
`plantuml -t {{format}} {{diagram.puml}}`
- Render all diagrams of a directory: