Skip to content

Commit 82c1f42

Browse files
committed
change composer.json
1 parent a6bf7eb commit 82c1f42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ Change the guards section of config/auth.php
8787
```
8888

8989

90-
User the 'auth:lak' middleware in your api.php routes.
90+
Use the 'auth:lak' middleware in api.php routes.
9191
``` php
9292
Route::middleware('auth:lak')->get('/user', function (Request $request) {
9393
return $request->user();
9494
});
9595
```
9696

97-
Replace the x-api-key header with your own key and test it.
97+
Replace the x-api-key header with your own api-key and test..
9898
``` bash
9999

100100
$ curl -X GET \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nrml-co/laravel-api-keys",
3-
"description": "Easy API keys - Because laravel/passport is crazy.",
3+
"description": "Easy API keys - Because laravel/passport is hard.",
44
"keywords": [
55
"nrml-co",
66
"laravel-api-keys"

0 commit comments

Comments
 (0)