Skip to content

Commit 86216a0

Browse files
authored
Fix "than" spelling error
1 parent 5328d82 commit 86216a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo $generator->getBarcode('081231723897', $generator::TYPE_CODE_128);
2323
The ->getBarcode() routine accepts the following:
2424
- $code Data for the barcode
2525
- $type Type of barcode, use the constants defined in the class
26-
- $widthFactor Width is based on the length of the data, with this factor you can make the barcode bars wider then default
26+
- $widthFactor Width is based on the length of the data, with this factor you can make the barcode bars wider than default
2727
- $totalHeight The total height of the barcode
2828
- $color Hex code of the foreground color
2929

0 commit comments

Comments
 (0)