aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2016-02-09 14:52:37 +1100
committerSam Potts <sam@selz.com>2016-02-09 14:52:37 +1100
commitc687b867e761285e81c9b93f10ce79462c3822de (patch)
treee96c9e46af0481db9d367c959fb838d161f94b30
parent4ee31ba661fcb190ae2f3ee340a564040644d2fc (diff)
downloadplyr-c687b867e761285e81c9b93f10ce79462c3822de.tar.lz
plyr-c687b867e761285e81c9b93f10ce79462c3822de.tar.xz
plyr-c687b867e761285e81c9b93f10ce79462c3822de.zip
Update readme.md
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 19123005..ddbce28f 100644
--- a/readme.md
+++ b/readme.md
@@ -608,8 +608,8 @@ Some more details on the object parameters
</tr>
<tr>
<td><code>sources</code></td>
- <td>Array or String</td>
- <td>This is an array of sources or optionally a string for embedded players (YouTube and Vimeo). `type` is also optional for YouTube and Vimeo when specifying an array. For YouTube and Vimeo media, only the video ID must be passed as the source as shown above. The keys of this object are mapped directly to HTML attributes so more can be added to the object if required.</td>
+ <td>Array</td>
+ <td>This is an array of sources. `type` is optional for YouTube and Vimeo when specifying an array. For YouTube and Vimeo media, only the video ID must be passed as the source as shown above. The keys of this object are mapped directly to HTML attributes so more can be added to the object if required.</td>
</tr>
<tr>
<td><code>poster</code></td>