Skip to content

Commit 0f16e95

Browse files
authored
Merge pull request #64 from plantuml-stdlib/docs/readme-example
Fix incorrect example in the project README file.
2 parents 878276d + 6f6a214 commit 0f16e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ For example:
333333
title Archi Print Usage
334334
335335
' Define Elements
336-
$businessActor("Architect","architect")
336+
$actor("Architect","architect")
337337
$applicationComponent("Archi","archi")
338338
$applicationFunction("Update\nModel","update")
339339
$applicationFunction("Print\nView","print")
@@ -343,7 +343,7 @@ $equipment("Printer", "printer")
343343
' Define Sequence
344344
architect->archi ++
345345
archi->update ++ : Make changes
346-
$document("Not exactly correct!\nBut you get the idea.","right","update")
346+
note right update #FFFFA5: <&document> Not exactly correct!\nBut you get the idea.
347347
return Updated Model
348348
archi ->print ++ : Click print
349349
print -\windowsPrint ++

0 commit comments

Comments
 (0)