From 2fe059ec9b64a81cc5d100dd955947d21cee060b Mon Sep 17 00:00:00 2001 From: Doug Date: Sat, 2 Jun 2018 18:47:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd10f68..f863efd 100644 --- a/README.md +++ b/README.md @@ -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()`