diff --git a/docs/example_image.png b/.github/images/example_image.png similarity index 100% rename from docs/example_image.png rename to .github/images/example_image.png diff --git a/docs/example_svg.png b/.github/images/example_svg.png similarity index 100% rename from docs/example_svg.png rename to .github/images/example_svg.png diff --git a/README.md b/README.md index e75b1baa7..6d7669861 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ via terminal: `composer require chillerlan/php-qrcode` ``` Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^3.2` - see [releases](https://github.com/chillerlan/php-qrcode/releases) for valid versions. -For PHP version ... +For PHP version ... - 7.4+ use `^4.3` - 7.2+ use `^3.4.1` (PHP 7.2 is EOL and 7.3 soon! v3.4.1 also supports PHP8 - however, it's no longer supported) - 7.0+ use `^2.0` (PHP 7.0 and 7.1 are EOL!) @@ -74,8 +74,8 @@ echo 'QR Code'; ```

- QR codes are awesome! - QR codes are awesome! + QR codes are awesome! + QR codes are awesome!

Wait, what was that? Please again, slower! See [Advanced usage](https://github.com/chillerlan/php-qrcode/wiki/Advanced-usage) on the wiki.