Skip to content

Commit e26e258

Browse files
authored
Update README.md
1 parent b519230 commit e26e258

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
@@ -26,7 +26,7 @@ $validator = new \Ced\Validator\Barcode();
2626
$validator->setBarcode($barcode);
2727

2828
// Check barcode is in valid format
29-
if ($bc_validator->isValid()) {
29+
if ($validator->isValid()) {
3030
echo 'Valid :)';
3131
} else {
3232
echo 'Invalid :(';

0 commit comments

Comments
 (0)