From de9e5180aa4630a6469ed615583390726e39b958 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 27 Jul 2017 09:47:12 +0200 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4ba3ea..84af3f5 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The authentication class checks for the token in two locations: It first checks if token is passed using `Authorization` request header. The value should be of form `Bearer `. The `Authorization` header name - and token prefix `Bearer` can be customzied using options `header` and `prefix` + and token prefix `Bearer` can be customized using options `header` and `prefix` respectively. - The query string variable specified using `parameter` config: