Skip to content

Commit

Permalink
Merge pull request #6 from jawira/fix-readme
Browse files Browse the repository at this point in the history
docs: Fix readme file
  • Loading branch information
jawira authored Oct 14, 2022
2 parents 28f63d0 + 1c86349 commit e3e59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use Jawira\PlantUmlToImage\PlantUml;
$puml = file_get_contents('./diagram.puml');

// Convert to png
p = new PlantUml();
$plantUml = new PlantUml();
$png = $plantUml->convertTo($puml, Format::PNG);

// Save diagram
Expand Down

0 comments on commit e3e59d6

Please sign in to comment.