Skip to content

Commit 03dcd32

Browse files
authored
Update README.md
1 parent e7c177d commit 03dcd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Route::name('api.resource::fetch')
6060
->middleware('auth.apikey');
6161
```
6262

63-
Begin making requests to your ApiKey protected resource using your key as a Bearer token in the Authorization header
63+
Begin making requests to your ApiKey protected resource using your apikey as a Bearer token in the Authorization header
6464
```sh
65-
Authorization: Bearer {key}
65+
Authorization: Bearer {apikey}
6666
```
6767

6868

0 commit comments

Comments
 (0)