Skip to content

Commit a66cf9d

Browse files
committed
:octocat:
1 parent 54dac15 commit a66cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
- [String](./text.php): String output
1818
- [XML](./xml.php): XML output (rendered as SVG via an [XSLT style](./qrcode.style.xsl))
1919
- [intervention/image](./intervention-image.php): alternative GD/ImageMagick output, see https://image.intervention.io/
20+
- [Custom output](./custom_output.php): a simple example that demonstrates the usage of custom output classes
2021
- [Multi mode](./multimode.php): a demostration of multi mode usage
2122
- [Reflectance](./reflectance.php): demonstrates reflectance reversal
2223
- [QRCode reader](./reader.php): a simple reader example
2324

2425

2526
## Advanced output examples
2627

27-
- [Custom output](./custom_output.php): a simple example that demonstrates the usage of custom output classes
2828
- [GD Image with logo](./imageWithLogo.php): a logo on top of the QR Code
2929
- [GD image with text](./imageWithText.php): description text under the QR Code ([#35](https://github.com/chillerlan/php-qrcode/issues/35))
3030
- [GD Image with rounded modules](./imageWithRoundedShapes.php): similar to the SVG "melted" modules example ([#215](https://github.com/chillerlan/php-qrcode/pull/215))

0 commit comments

Comments
 (0)