diff options
author | Sam Potts <sam@potts.es> | 2018-06-11 20:16:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 20:16:18 +1000 |
commit | cd14c3086d2a34548bb51570c368b6e080ecb944 (patch) | |
tree | 1768618345684d3e53f3b30fca62f5c17808598d | |
parent | 840e31a693462e7ed9f7644a13a0187d9e9d93a9 (diff) | |
parent | 41184b82ee8eab9ba7a7a14e514db325812d4965 (diff) | |
download | plyr-cd14c3086d2a34548bb51570c368b6e080ecb944.tar.lz plyr-cd14c3086d2a34548bb51570c368b6e080ecb944.tar.xz plyr-cd14c3086d2a34548bb51570c368b6e080ecb944.zip |
Merge pull request #1025 from azu/patch-1
Fix markdown in README
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ You can specify a range of arguments for the constructor to use: * A CSS string selector that's compatible with [`querySelector`](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector) * A [`HTMLElement`](https://developer.mozilla.org/en/docs/Web/API/HTMLElement) -* A [`NodeList]`(https://developer.mozilla.org/en-US/docs/Web/API/NodeList) +* A [`NodeList`](https://developer.mozilla.org/en-US/docs/Web/API/NodeList) * A [jQuery](https://jquery.com) object _Note_: If a `NodeList`, `Array`, or jQuery object are passed, the first element will be used for setup. To setup multiple players, see [setting up multiple players](#setting-up-multiple-players) below. |