diff --git a/README.md b/README.md index 8222460..db8d674 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Validators use the rules to validate the claims. Each rule determines possible v * [OlderThan](https://github.com/miladrahimi/php-jwt/blob/master/src/Validator/Rules/OlderThan.php) * [OlderThanOrSame](https://github.com/miladrahimi/php-jwt/blob/master/src/Validator/Rules/OlderThanOrSame.php) -You can see their description in their class doc-block. +You can see their description in their class doc-blocks. #### Required and Optional Rules