Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milindsingh authored Sep 1, 2018
1 parent b519230 commit e26e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $validator = new \Ced\Validator\Barcode();
$validator->setBarcode($barcode);

// Check barcode is in valid format
if ($bc_validator->isValid()) {
if ($validator->isValid()) {
echo 'Valid :)';
} else {
echo 'Invalid :(';
Expand Down

0 comments on commit e26e258

Please sign in to comment.