Skip to content

Commit

Permalink
fix: fixed small errors in Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiro705 committed Aug 19, 2019
1 parent 168c3c1 commit 18186f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -51,7 +51,7 @@ javascript file.
</html>
```

Three imports are required to use the video.js ima moduel, then the standard implementation
Three imports are required to use the videojs-ima moduel, then the standard implementation
of video.js with the ima player can be used. See the player.js exmaple below.

```javascript
Expand All @@ -65,10 +65,6 @@ var videoOptions = {
src: 'PATH_TO_YOUR_CONTENT_VIDEO',
type: 'YOUR_CONTENT_VIDEO_TYPE',
}]
}

var imaOptions = {
adTagUrl: 'https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/ad_rule_samples&ciu_szs=300x250&ad_rule=1&impl=s&gdfp_req=1&env=vp&output=vmap&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ar%3Dpreonly&cmsid=496&vid=short_onecue&correlator='
};

var player = videojs('content_video', videoOptions);
Expand Down

0 comments on commit 18186f9

Please sign in to comment.