From 44ccecdcead66dfee861fc0c9509cfb111e5528c Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Fri, 27 May 2016 13:54:14 +0200 Subject: [PATCH] Minor correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc52c0ea..acf09397 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ JWS or JWE objects support every input that can be serialized: * [x] Any variable of object that can be encoded/decoded into JSON: * [x] Primitives: integer, float... * [x] Array - * [x] Objects that implement the `` interface such as: + * [x] Objects that implement the `\JsonSerializable` interface such as: * [x] jwk+json content type (JWKInterface object) * [x] jwkset+json content type (JWKSetInterface object)