From b23a1f59fd0c1645314fc50420f1153880ed7c04 Mon Sep 17 00:00:00 2001 From: Jeroen Veltmans Date: Fri, 20 Dec 2024 12:15:20 +0100 Subject: [PATCH] Fix typo --- conviva/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conviva/README.md b/conviva/README.md index dcc496b..536aac3 100644 --- a/conviva/README.md +++ b/conviva/README.md @@ -91,7 +91,7 @@ Using these configs you can create the Conviva connector with THEOplayer. The Conviva connector is now ready to start a session once THEOplayer starts playing a source. -Note that the `convivaMetadata` provided to the `ConvivaConnector` constructor is primarily used to pass on to the Conviva SDK's `reportPlaybackRequested`. If a source is set to the player after initialisation the connector, you should always provide the corresponding metadata (again) through the connector's `setContentInfo` method. +Note that the `convivaMetadata` provided to the `ConvivaConnector` constructor is primarily used to pass on to the Conviva SDK's `reportPlaybackRequested`. If a source is set to the player after initializing the connector, you should always provide the corresponding metadata (again) through the connector's `setContentInfo` method. ```js player.source = exampleSource;