Skip to content

Commit

Permalink
Update README.md of sample code for using the JW Player class
Browse files Browse the repository at this point in the history
  • Loading branch information
manewc authored Oct 9, 2024
1 parent c3481d5 commit 66c0859
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Example Integration:
\Alley\WP\WP_Video_Sync\Sync_Manager::init()
->with_adapter(
new \Alley\WP\WP_Video_Sync\Adapters\JW_Player(
new \Alley\WP\WP_Video_Sync\API\JW_Player_API(
[PROPERTY_ID],
[API_KEY]
)
[PROPERTY_ID],
[API_KEY]
)
)
->with_batch_size()
Expand Down

0 comments on commit 66c0859

Please sign in to comment.