From 540fc30a4abaeb3b21e418986f627ea3ea22229a Mon Sep 17 00:00:00 2001 From: arubacao Date: Wed, 24 Apr 2019 15:49:05 +0200 Subject: [PATCH] [CI Skip] edit wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53c23c4..4971e8d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Luckily, this package brings the usual functionality back! - PHP **`5.6`**, **`7.0`**, **`7.1`**, **`7.2`**, **`7.3`** Current master is for Lumen >= `5.7`. -Use version [`^1.0`](https://github.com/arubacao/http-basic-auth-guard/tree/1.0.4) for Lumen <= `5.6`. +For Lumen <= `5.6` Use version [`^1.0`](https://github.com/arubacao/http-basic-auth-guard/tree/1.0.4). ## Installation @@ -37,7 +37,7 @@ $ composer require arubacao/http-basic-auth-guard ### 2. Read & Follow Official Lumen Documentation for Authentication -[https://lumen.laravel.com/docs/5.2/authentication](https://lumen.laravel.com/docs/5.2/authentication) +[https://lumen.laravel.com/docs/5.7/authentication](https://lumen.laravel.com/docs/5.7/authentication) *Important*: > Before using Lumen's authentication features, you should uncomment the call to register the `AuthServiceProvider` service provider in your `bootstrap/app.php` file.