Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dochne authored Jun 2, 2018
1 parent e3fdede commit 2fe059e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ This gives you a secret. You should:
2. attach the secret to their user account so you can query it

There are 2 ImageGenerator implementations included with this library:
1. EndroidQrImageGenerator which requires you composer require `endroid/QrCode:~2.2` which generates it without any extenal service dependencies.
1. EndroidQrImageGenerator which requires you composer require `endroid/QrCode:~2.2` which generates it without any external service dependencies.
2. GoogleImageGenerator which uses the Google QR code API to generate the image.

I'd recommend using Endroid as it seems that they have now [deprecated their QR code API](https://developers.google.com/chart/infographics/docs/qr_codes)
I'd recommend using Endroid as it seems that Google has now [deprecated their QR code API](https://developers.google.com/chart/infographics/docs/qr_codes)

If neither of these fit the bill for some reason, it's easy to create another implementation, as all it needs to do is generate a QR code for the data in `$secret->getUri()`

Expand Down

0 comments on commit 2fe059e

Please sign in to comment.