From bcc2ae2ef3963f94076c5ce3d6c225f7d7eaa56c Mon Sep 17 00:00:00 2001 From: joeynmq <37472597+joeynmq@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:31:12 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8957c47..9ad688d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ plugin. ## Getting Started +Add the LivePlugins plugin dependency to your `build.gradle` + +```kotlin + dependencies { + implementation 'com.segment.analytics.kotlin:analytics-kotlin-live:' + } +``` + Add the LivePlugins plugin to your Analytics instance ```kotlin