diff --git a/README.md b/README.md index 65f05dc6..2d2a2a49 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ JJWT is a 'clean room' implementation based solely on the [JWT](https://tools.ie ## Installation -Use your favorite Maven-compatible build tool to pull the dependency (and its transitive dependencies) from Maven Central: +Use your favorite Maven-compatible build tool to pull the dependency (and its transitive dependencies) from Maven Central. + +Maven: ```xml @@ -17,8 +19,10 @@ Use your favorite Maven-compatible build tool to pull the dependency (and its tr 0.4 ``` -gradle: -``` + +Gradle: + +```groovy dependencies { compile 'io.jsonwebtoken:jjwt:0.4' }