From a66cf9d95340738f5596bd426c1a8c7d12d59c4e Mon Sep 17 00:00:00 2001 From: smiley Date: Sun, 21 Jul 2024 22:39:29 +0200 Subject: [PATCH] :octocat: --- examples/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Readme.md b/examples/Readme.md index 970ecc791..501411179 100644 --- a/examples/Readme.md +++ b/examples/Readme.md @@ -17,6 +17,7 @@ - [String](./text.php): String output - [XML](./xml.php): XML output (rendered as SVG via an [XSLT style](./qrcode.style.xsl)) - [intervention/image](./intervention-image.php): alternative GD/ImageMagick output, see https://image.intervention.io/ +- [Custom output](./custom_output.php): a simple example that demonstrates the usage of custom output classes - [Multi mode](./multimode.php): a demostration of multi mode usage - [Reflectance](./reflectance.php): demonstrates reflectance reversal - [QRCode reader](./reader.php): a simple reader example @@ -24,7 +25,6 @@ ## Advanced output examples -- [Custom output](./custom_output.php): a simple example that demonstrates the usage of custom output classes - [GD Image with logo](./imageWithLogo.php): a logo on top of the QR Code - [GD image with text](./imageWithText.php): description text under the QR Code ([#35](https://github.com/chillerlan/php-qrcode/issues/35)) - [GD Image with rounded modules](./imageWithRoundedShapes.php): similar to the SVG "melted" modules example ([#215](https://github.com/chillerlan/php-qrcode/pull/215))