From 70c13cb2c8455ad7e2657c52aa93adeeab53e484 Mon Sep 17 00:00:00 2001 From: Shweta Murthy Date: Mon, 17 May 2021 12:46:41 -0700 Subject: [PATCH] update v1 usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28605f5..948558a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The following is an example of how to use the V1 client for a video of sourcetyp ```java -import com.jwplayer.jwplatform.JWPlatformClient; +import com.jwplayer.jwplatform.v1.JWPlatformClient; import com.jwplayer.jwplatform.exception.JWPlatformException; import java.util.HashMap; import java.util.Map;