Skip to content

Commit 7a03897

Browse files
committed
:octocat: rename prefix to align with other GD examples
1 parent 8744848 commit 7a03897

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- [Custom output](./custom_output.php): a simple example that demonstrates the usage of custom output classes
2020
- [GD Image with logo](./imageWithLogo.php): a logo on top of the QR Code
2121
- [GD image with text](./imageWithText.php): description text under the QR Code ([#35](https://github.com/chillerlan/php-qrcode/issues/35))
22-
- [GD Image with rounded modules](./pngWithRoundedShapes.php): Similar to "melted" modules, but more rounded ([#127](https://github.com/chillerlan/php-qrcode/issues/127))
22+
- [GD Image with rounded modules](./imageWithRoundedShapes.php): similar to the SVG "melted" modules example ([#215](https://github.com/chillerlan/php-qrcode/pull/215))
2323
- [ImageMagick with logo](./imagickWithLogo.php): a logo on top of the QR Code
2424
- [ImageMagick with image as background](./imagickImageAsBackground.php): an image as full size background of the QR Code
2525
- [SVG with logo](./svgWithLogo.php): an SVG QR Code with embedded logo (that is also SVG)

0 commit comments

Comments
 (0)