From 44583e1d1d2a3d5b9df96f034ca256d8b9eb0b2a Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 7 Feb 2019 14:20:18 -0500 Subject: [PATCH] README.md: Add missing word ('know') and link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9957e8b..b64076b0 100644 --- a/README.md +++ b/README.md @@ -819,8 +819,8 @@ You read (parse) a JWS as follows: 4. The entire call is wrapped in a try/catch block in case parsing or signature validation fails. We'll cover exceptions and causes for failure later. -1. If you don't which key to use at the time of parsing, you can look up the key using a `SigningKeyResolver` -which we'll cover later. +1. If you don't know which key to use at the time of parsing, you can look up the key using a `SigningKeyResolver` +which [we'll cover later](#jws-read-key-resolver). For example: