Update README.md

Doc cleanup before the 0.2 release
This commit is contained in:
Les Hazlewood 2014-09-26 22:26:36 -07:00
parent e124710c8c
commit 2f2ee03132
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Note: JJWT depends on Jackson 2.x. If you're already using an older version of
## Usage
Most complexity is hidden behind convenient and readable Builder chaining calls. Here's an example:
Most complexity is hidden behind a convenient and readable builder-based [fluent interface](http://en.wikipedia.org/wiki/Fluent_interface), great for relying on IDE auto-completion to write code quickly. Here's an example:
```java
import io.jsonwebtoken.Jwts;