aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson <mail@albinlarsson.com>2018-07-10 23:08:38 +0200
committerAlbin Larsson <mail@albinlarsson.com>2018-07-10 23:56:00 +0200
commit2cf5a22c85981840326cad0cf845c0825c8cab79 (patch)
treed6e3c65e7e9291713a1523f8a12c9ff588178df5
parent763eb2df807c3831be7c1d29c6bd648667a2c5c9 (diff)
downloadplyr-2cf5a22c85981840326cad0cf845c0825c8cab79.tar.lz
plyr-2cf5a22c85981840326cad0cf845c0825c8cab79.tar.xz
plyr-2cf5a22c85981840326cad0cf845c0825c8cab79.zip
Fix internal link for the source setter
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 996a56d6..d989056e 100644
--- a/readme.md
+++ b/readme.md
@@ -409,7 +409,7 @@ player.fullscreen.active; // false;
| `speed` | ✓ | ✓ | Gets or sets the speed for the player. The setter accepts a value in the options specified in your config. Generally the minimum should be 0.5. |
| `quality`&sup1; | ✓ | ✓ | Gets or sets the quality for the player. The setter accepts a value from the options specified in your config. |
| `loop` | ✓ | ✓ | Gets or sets the current loop state of the player. The setter accepts a boolean. |
-| `source` | ✓ | ✓ | Gets or sets the current source for the player. The setter accepts an object. See [source setter](#source-setter) below for examples. |
+| `source` | ✓ | ✓ | Gets or sets the current source for the player. The setter accepts an object. See [source setter](#the-source-setter) below for examples. |
| `poster` | ✓ | ✓ | Gets or sets the current poster image for the player. The setter accepts a string; the URL for the updated poster image. |
| `autoplay` | ✓ | ✓ | Gets or sets the autoplay state of the player. The setter accepts a boolean. |
| `currentTrack` | ✓ | ✓ | Gets or sets the caption track by index. `-1` means the track is missing or captions is not active |