From b5f9eda4994b4f0494452bf7ab18e33c4cd907f7 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Mon, 28 Sep 2020 10:26:53 +0200 Subject: [PATCH] Update README.md Fixed links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b25530b..65816e4 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ PHP library for [two-factor (or multi-factor) authentication](http://en.wikipedi Optionally, you may need: -* (endroid/qr-code)[https://github.com/endroid/qr-code] if using `EndroidQrCodeProvider`. -* (bacon/bacon-qr-code)[https://github.com/Bacon/BaconQrCode] if using `BaconQrCodeProvider`. +* [endroid/qr-code](https://github.com/endroid/qr-code) if using `EndroidQrCodeProvider`. +* [bacon/bacon-qr-code](https://github.com/Bacon/BaconQrCode) if using `BaconQrCodeProvider`. ## Installation