Skip to content

Commit

Permalink
:octocat: point to examples in version branches (#241 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 2, 2024
1 parent df49b3f commit 900c8ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 900c8ae

Please sign in to comment.