We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e3a39 commit 56ccbb3Copy full SHA for 56ccbb3
1 file changed
README.md
@@ -57,7 +57,7 @@ $oQRC->fullName('Pierre-Henry Soria') // Add Full Name
57
->finish(); // End vCard
58
59
// echo '<p><img src="' . $oQRC->get(300) . '" alt="QR Code" /></p>'; // Generate and display the QR Code
60
-$oQRC->display(); // Display
+$oQRC->display(300); // Set size and display QR Code default 150px
61
```
62
63
You also have a sample file here: http://github.com/pH-7/QRCode-Generator-PHP-Class/blob/master/example.php
0 commit comments