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:
parent
0886200ed9
commit
4aeb0ec69d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue