From 900c8aea4f233cd8f3d3047de8978b987aa0a317 Mon Sep 17 00:00:00 2001 From: smiley Date: Sat, 2 Mar 2024 17:33:34 +0100 Subject: [PATCH] :octocat: point to examples in version branches (https://github.com/chillerlan/php-qrcode/discussions/241#discussioncomment-8461662) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index feaf7690a..06ea418d6 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ For the QRCode reader, either `ext-gd` or `ext-imagick` is required! - An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can be found at https://chillerlan.github.io/php-qrcode/ - The documentation for the `QROptions` container can be found here: [chillerlan/php-settings-container](https://github.com/chillerlan/php-settings-container#readme) +**Important: Please use the examples from the branch that matches your installed php-qrcode version ( +[v4.x](https://github.com/chillerlan/php-qrcode/tree/v4.3.x/examples), +[v5.x](https://github.com/chillerlan/php-qrcode/tree/v5.0.x/examples), +[dev-main](https://github.com/chillerlan/php-qrcode/tree/main/examples) +)!** ## Installation with [composer](https://getcomposer.org)