Skip to content

Commit 991c4ed

Browse files
committed
Updated the Doc
1 parent 1c06116 commit 991c4ed

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
@@ -30,7 +30,7 @@ Basic Usage
3030
use PHPZxing\PHPZxingDecoder;
3131

3232
$decoder = new PHPZxingDecoder();
33-
$decodedData = $decoder->decode('../images/Code128Barcode.jpg');
33+
$data = $decoder->decode('../images/Code128Barcode.jpg');
3434
if($data->isFound()) {
3535
$data->getImageValue();
3636
$data->getFormat();

0 commit comments

Comments
 (0)