Skip to content

Commit 56ccbb3

Browse files
authored
Update README.md
1 parent e9e3a39 commit 56ccbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $oQRC->fullName('Pierre-Henry Soria') // Add Full Name
5757
->finish(); // End vCard
5858

5959
// echo '<p><img src="' . $oQRC->get(300) . '" alt="QR Code" /></p>'; // Generate and display the QR Code
60-
$oQRC->display(); // Display
60+
$oQRC->display(300); // Set size and display QR Code default 150px
6161
```
6262

6363
You also have a sample file here: http://github.com/pH-7/QRCode-Generator-PHP-Class/blob/master/example.php

0 commit comments

Comments
 (0)