From 19ca722e1dc53e763e8ea503af011185077da50d Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sun, 19 Nov 2017 08:49:46 +0900 Subject: [PATCH] Fix link format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c81cfd8..6f052392 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ used. JWT supports these reserved claim names: - 'sub' (Subject) Claim ## Add custom header fields -Ruby-jwt gem supports custom [header fields] (https://tools.ietf.org/html/rfc7519#section-5) +Ruby-jwt gem supports custom [header fields](https://tools.ietf.org/html/rfc7519#section-5) To add custom header fields you need to pass `header_fields` parameter ```ruby