Skip to content

Commit dab19f2

Browse files
authored
Update Readme.md
1 parent cfd423f commit dab19f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ $generator = new Picqer\Barcode\BarcodeGeneratorHTML();
3434
echo $generator->getBarcode('081231723897', $generator::TYPE_CODE_128);
3535
```
3636

37+
Will result in this beauty:<br>
38+
![Barcode 081231723897 as Code 128](tests/verified-files/081231723897-ean13.svg)
39+
3740
The `getBarcode()` method accepts the following parameters:
3841
- `$barcode` String needed to encode in the barcode
3942
- `$type` Type of barcode, use the constants defined in the class

0 commit comments

Comments
 (0)