From 32fb37c49a5588f9f8cf0854b9cf711d723cb997 Mon Sep 17 00:00:00 2001 From: Milad Rahimi Date: Fri, 27 Dec 2019 13:43:02 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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