We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e779da3 commit 9711400Copy full SHA for 9711400
README.md
@@ -21,7 +21,7 @@ implementation("com.segment.analytics.kotlin.destinations:nielsen-dtvr:<latest_v
21
Open the file where you setup and configure the Analytics-Kotlin library. Add this plugin to the list of imports.
22
23
```
24
-import com.segment.analytics.kotlin.destinations.nielsendcr.NielsenDTVRDestination
+import com.segment.analytics.kotlin.destinations.nielsendtvr.NielsenDTVRDestination
25
26
27
Just under your Analytics-Kotlin library setup, call `analytics.add(plugin = ...)` to add an instance of the plugin to the Analytics timeline.
0 commit comments