Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Morselli committed May 27, 2016
1 parent 63413b2 commit 44ccecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 44ccecd

Please sign in to comment.