Skip to content

Commit

Permalink
Merge pull request #478 from cloudinary/ME-4402-GHA-test-5
Browse files Browse the repository at this point in the history
ME-4402-GHA-test-5
  • Loading branch information
tsi authored Dec 27, 2023
2 parents d03c103 + 0b04300 commit a7c2196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
window.addEventListener('load', function(){

const player = cloudinary.videoPlayer('player', {
cloud_name: 'demo',
publicId: 'snow_horses',
cloudName: 'demo',
publicId: 'elephants',
info: { title: 'Snow Horses', subtitle: 'A movie about horses' },
});

Expand Down Expand Up @@ -74,7 +74,7 @@ <h3 class="mt-4">Example Code:</h3>
<code class="language-javascript">

// Initialize player
const player = cloudinary.videoPlayer('player', { cloud_name: 'demo' });
const player = cloudinary.videoPlayer('player', { cloudName: 'demo' });

// Define source
const source = { publicId: 'snow_horses', info: { title: 'Snow Horses', subtitle: 'A movie about horses' } };
Expand Down

0 comments on commit a7c2196

Please sign in to comment.