From 9f459901dd5d4c8e4ba7fb7101cd383a373f6d49 Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Fri, 26 Sep 2014 17:59:16 -0700 Subject: [PATCH] Doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8426822c..7b3129b3 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ can now be written as: String compactJwt = Jwts.builder().setIssuer("Me").setSubject("Joe").signWith(HS256, key).compact(); ``` -and the JWT payload will use a constructed Claims instance automatically. +A Claims instance based on the specified claims will be created and set as the JWT's payload automatically. #### Already using an older Jackson dependency?