Skip to content

Commit

Permalink
Updated the Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiddharth2 committed Apr 28, 2018
1 parent 1c06116 commit 991c4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ Basic Usage
use PHPZxing\PHPZxingDecoder;

$decoder = new PHPZxingDecoder();
$decodedData = $decoder->decode('../images/Code128Barcode.jpg');
$data = $decoder->decode('../images/Code128Barcode.jpg');
if($data->isFound()) {
$data->getImageValue();
$data->getFormat();
Expand Down

0 comments on commit 991c4ed

Please sign in to comment.