From 1649066038453d9e412698bbb81db77ef9495889 Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Mon, 12 Oct 2015 16:08:06 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7193a226..249f6975 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ try { #### Body Compression -***This feature is NOT JWT specification compliant**, but it can be very useful when you parse your own tokens*. +**This feature is NOT JWT specification compliant**, *but it can be very useful when you parse your own tokens*. If your JWT body is large and you have size restrictions (for example, if embedding a JWT in a URL and the URL must be under a certain length for legacy browsers or mail user agents), you may now compress the JWT body using a `CompressionCodec`: