From 39b54c85688ed49b1cffd0a5fbcb9f57d88dc1fd Mon Sep 17 00:00:00 2001 From: smiley Date: Sat, 22 Jun 2024 20:34:18 +0200 Subject: [PATCH] :octocat: PLEASE READ! I AM TIRED TO ANSWER THE SAME QUESTION OVER AND OVER. --- examples/Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/Readme.md b/examples/Readme.md index c005f444d..970ecc791 100644 --- a/examples/Readme.md +++ b/examples/Readme.md @@ -1,5 +1,11 @@ # php-qrcode examples +**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) +)!** + ## Simple examples that demonstrate the different output types - [image](./image.php): Raster images via the [GD extension](https://www.php.net/manual/de/book.image.php)