diff --git a/README.md b/README.md
index c4304ee0..e080c300 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@
Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted version of Video.js that anyone can use. Add these tags to your document's `
`:
```html
-
-
+
+
```
-> For the latest URLs, check out the [Getting Started][getting-started] page on our website.
+> For the latest version of video.js and URLs to use, check out the [Getting Started][getting-started] page on our website.
Next, using Video.js is as simple as creating a `` element, but with an additional `data-setup` attribute. At a minimum, this attribute must have a value of `'{}'`, but it can include any Video.js [options][options] - just make sure it contains valid JSON!
diff --git a/docs/examples/elephantsdream/index.html b/docs/examples/elephantsdream/index.html
index b9781723..02c94391 100644
--- a/docs/examples/elephantsdream/index.html
+++ b/docs/examples/elephantsdream/index.html
@@ -1,32 +1,26 @@
+
Video.js Text Descriptions, Chapters & Captions Example
-
-
-
-
-
-
+
+
+
- This page demonstrates a text descriptions track (intended primarily for blind and visually impaired consumers of visual media)
+ useful way! Currently this means that iOS will not display
+ ANY text tracks -->
+ data-setup='{ "html5" : { "nativeTextTracks" : false } }'
+ poster="http://d2zihajmogu5jn.cloudfront.net/elephantsdream/poster.png">
+
@@ -42,5 +36,7 @@
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
+
+
diff --git a/docs/examples/index.html b/docs/examples/index.html
new file mode 100644
index 00000000..84c0bda2
--- /dev/null
+++ b/docs/examples/index.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+ Index of video.js examples
+
+
+
+ Index of video.js examples
+
+
+
+
+
diff --git a/docs/examples/simple-embed/index.html b/docs/examples/simple-embed/index.html
index ea94ff90..bbf5c6fb 100644
--- a/docs/examples/simple-embed/index.html
+++ b/docs/examples/simple-embed/index.html
@@ -1,15 +1,13 @@
-
Video.js | HTML5 Video Player
-
-
-
+
+
+
-
@@ -22,6 +20,7 @@
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
+
diff --git a/sandbox/descriptions.html.example b/sandbox/descriptions.html.example
index 33126872..ab042246 100644
--- a/sandbox/descriptions.html.example
+++ b/sandbox/descriptions.html.example
@@ -18,12 +18,16 @@
+
+ useful way! Currently this means that iOS will not display
+ ANY text tracks -->
+ data-setup='{ "html5" : { "nativeTextTracks" : false } }'
+ poster="http://d2zihajmogu5jn.cloudfront.net/elephantsdream/poster.png">
+
@@ -39,5 +43,6 @@
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
+