From 082e8371c1459ceaf4ef4c09077b1bd9c27449a7 Mon Sep 17 00:00:00 2001 From: svartalf Date: Sun, 20 May 2018 22:15:59 +0300 Subject: [PATCH] Fixing link to HTTP Basic authentication RFC7617 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32011ba0d..7b199822a 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ and can be used both in middlewares and request handlers, check the `examples/` ## Supported schemes - * [Basic](https://tools.ietf.org/html/rfc7617) + * [Basic](https://tools.ietf.org/html/rfc7617)