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