diff --git a/README.md b/README.md
index e60b4e0..d188446 100644
--- a/README.md
+++ b/README.md
@@ -319,7 +319,7 @@ Here are the exceptions that the package might throw:
   * [NoKidException](src/Exceptions/NoKidException.php) when there is no `kid` in the token header.
   * [VerifierNotFoundException](src/Exceptions/VerifierNotFoundException.php) when no key/verifier matches the `kid` in the token header.
 
-All of the exceptions mentioned are subclasses of the `JwtException` exception.
+All of the exceptions mentioned are subclasses of the [JwtException](src/Exceptions/JwtException.php) exception.
 By catching `JwtException`, you can handle all these cases collectively instead of catching each one individually.
 
 ## License