From a396219e155b163af0bbb9eadb4ede7ee66ebd61 Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 14 Jul 2023 20:01:12 +0200 Subject: [PATCH] :octocat: google likes it better if this is on top... --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2ed1b64b..fce411cc1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # chillerlan/php-qrcode +A PHP QR Code generator based on the [implementation by Kazuhiko Arase](https://github.com/kazuhikoarase/qrcode-generator), namespaced, cleaned up, improved and other stuff.
+It also features a QR Code reader based on a [PHP port](https://github.com/khanamiryan/php-qrcode-detector-decoder) of the [ZXing library](https://github.com/zxing/zxing). + **Hi! Please check out the [v5.0-beta release](https://github.com/chillerlan/php-qrcode/releases/tag/5.0-beta) and leave your feedback in [this discussion thread](https://github.com/chillerlan/php-qrcode/discussions/188). Thanks!** [![PHP Version Support][php-badge]][php] @@ -25,10 +28,6 @@ ## Overview -A PHP QR Code generator based on the [implementation by Kazuhiko Arase](https://github.com/kazuhikoarase/qrcode-generator), namespaced, cleaned up, improved and other stuff.
-It also features a QR Code reader based on a [PHP port](https://github.com/khanamiryan/php-qrcode-detector-decoder) of the [ZXing library](https://github.com/zxing/zxing). - - **Attention:** there is now also a javascript port: [chillerlan/js-qrcode](https://github.com/chillerlan/js-qrcode). ### Features