diff --git a/README.md b/README.md index c280868d6..8e4429c23 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ This section shows you how to get started quickly and explains some common confi ### Step 1: Install the Unleash Java SDK -You need to add the Unleash SDK as a dependency for your project. Here's how you would add it to your `pom.xml` file: +You need to add the Unleash SDK as a dependency for your project. Here's how you would add it to your `pom.xml` and `build.gradle` file: +**pom.xml** ```xml io.getunleash @@ -22,7 +23,10 @@ You need to add the Unleash SDK as a dependency for your project. Here's how you Latest version here ``` - +**build.gradle** +```gradle + implementation("io.getunleash:unleash-client-java:$unleashedVersion") +``` ### Step 2: Create a new Unleash instance