From 2f1e0f42ec0bf335ab5c77eeec03e8410ec96f7f Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Tue, 29 Sep 2020 22:28:00 +0200 Subject: [PATCH] Update install for deprecated directive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bac3470..6b142450 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following dependency to your `pom.xml`: or in your `build.gradle`: ```gradle -compile 'io.getstream.client:stream-java:3.2.3' +implementation 'io.getstream.client:stream-java:3.2.3' ``` In case you want to download the artifact and put it manually into your project,