updated readme to reflect upcoming release

This commit is contained in:
Les Hazlewood 2014-09-19 20:23:29 -07:00
parent cf750a6e47
commit f157b890b1
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Use your favorite Maven-compatible build tool to pull the dependency (and its tr
Most complexity is hidden behind convenient and readable Builder chaining calls. Here's an example:
```java
import io.jsonwebtoken.Jwts;
import static io.jsonwebtoken.SignatureAlgorithm.*;
//Let's create a random signing key for testing: