Skip to content

Commit 63fea3f

Browse files
committed
forgot to update name
1 parent 45c893c commit 63fea3f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

examples/basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>youtube.js</title>
5+
<title>html5-youtube.js</title>
66
</head>
77
<body>
8-
<h1>youtube.js</h1>
8+
<h1>html5-youtube.js</h1>
99
<div id="my-youtube-player" data-youtube-videoid="KFstP0C9sVk"></div>
1010
<script src="../html5-youtube.js"></script>
1111
<script>

examples/full-player.compat.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>youtube.js</title>
5+
<title>html5-youtube.js</title>
66
<style>
77
.player {
88
height: 300px;
@@ -11,7 +11,7 @@
1111
</style>
1212
</head>
1313
<body>
14-
<h1>youtube.js</h1>
14+
<h1>html5-youtube.js</h1>
1515
<div id="js-player" class="player" data-youtube-videoid="KFstP0C9sVk"></div>
1616
<div>
1717
<select id="js-videos" disabled>

examples/full-player.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>youtube.js</title>
5+
<title>html5-youtube.js</title>
66
<style>
77
.player {
88
height: 300px;
@@ -11,7 +11,7 @@
1111
</style>
1212
</head>
1313
<body>
14-
<h1>youtube.js</h1>
14+
<h1>html5-youtube.js</h1>
1515
<div class="player js-player" data-youtube-videoid="KFstP0C9sVk"></div>
1616
<div>
1717
<select class="js-videos" disabled>

examples/html5video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body>
1414
<h1>HTML5 &lt;video&gt;</h1>
1515
<p>
16-
<em>This is the demo of HTML5 video, not youtube.js.</em>
16+
<em>This is the demo of HTML5 video, not html5-youtube.js.</em>
1717
Before run, you have to download video file using this command:
1818
<code>$ npm run download-video</code>
1919
</p>

examples/player.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>youtube.js</title>
5+
<title>html5-youtube.js</title>
66
<style>
77
.player {
88
height: 300px;
@@ -11,7 +11,7 @@
1111
</style>
1212
</head>
1313
<body>
14-
<h1>youtube.js</h1>
14+
<h1>html5-youtube.js</h1>
1515
<div class="player js-player"></div>
1616
<div>
1717
<button class="js-play" disabled>Play</button>

examples/playervars.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>youtube.js</title>
5+
<title>html5-youtube.js</title>
66
</head>
77
<body>
8-
<h1>youtube.js playerVars settings</h1>
8+
<h1>html5-youtube.js playerVars settings</h1>
99
<p><a href="https://developers.google.com/youtube/player_parameters">https://developers.google.com/youtube/player_parameters</a></p>
1010

1111
<h2>Player with autoplay, hidden controls, minimal branding, custom start/end point, etc.</h2>

0 commit comments

Comments
 (0)