diff --git a/README.md b/README.md index 35037ad..388d56b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ This library provides helper methods for asserting JSON strings with AssertJ. +To include it with Maven +```xml + + com.devsoap + assertj-json + 0.0.2 + tests + test + +``` + +And with Gradle +```groovy +testImplementation 'com.devsoap:assertj-json:0.0.2' +``` + Syntax Examples: ```java