Skip to content

Commit 58c82b4

Browse files
authored
Correcting typos in example code
1 parent e4f17bf commit 58c82b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ echo 'Barcode is in format of ' . $bc_validator->getType();
4141
4242
4343
// Returns the barcode in GTIN-14 format
44-
$bc_validator->->getGTIN14()
44+
$bc_validator->getGTIN14()
4545
4646
4747
// Returns the barcode as entered
48-
$bc_validator->->getBarcode()
48+
$bc_validator->getBarcode()
4949
```
5050

5151
## TODO:

0 commit comments

Comments
 (0)