Skip to content

Commit

Permalink
Remove invalid call from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid authored Jun 24, 2021
1 parent 68b32bf commit 56d43df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ $logo = Logo::create(__DIR__.'/assets/symfony.png')

// Create generic label
$label = Label::create('Label')
->setTextColor(new Color(255, 0, 0))
->setBackgroundColor(new Color(0, 0, 0));
->setTextColor(new Color(255, 0, 0));

$result = $writer->write($qrCode, $logo, $label);
```
Expand Down

0 comments on commit 56d43df

Please sign in to comment.