From 2aaada8c576e5e1f7512fbb4fa7f5fac815a2c2b Mon Sep 17 00:00:00 2001 From: marcin-cebo <102806110+marcin-cebo@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:52:48 +0200 Subject: [PATCH] Updated README file (#96) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e3fda6..1a44a088 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your * for Gradle, add the following dependency in your `gradle.build`: ```groovy - implementation 'com.pubnub:pubnub-chat:0.8.0' + implementation ("com.pubnub:pubnub-chat:0.8.0") ``` 2. Configure your keys and create Chat instance: