diff options
author | Sam <me@sampotts.me> | 2016-04-28 22:22:32 +1000 |
---|---|---|
committer | Sam <me@sampotts.me> | 2016-04-28 22:22:32 +1000 |
commit | 7a332f29ea8941d0590f098c7b8bfb8f4ffbd88c (patch) | |
tree | 10518784a337e8c073829063a45ac9e54e2dcaf1 | |
parent | 14c21422e74cccd50004555df23b29d2a61628e6 (diff) | |
download | plyr-7a332f29ea8941d0590f098c7b8bfb8f4ffbd88c.tar.lz plyr-7a332f29ea8941d0590f098c7b8bfb8f4ffbd88c.tar.xz plyr-7a332f29ea8941d0590f098c7b8bfb8f4ffbd88c.zip |
Typo
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ The default setup uses the BEM methodology with `plyr` as the block, e.g. `.plyr ### SVG The SVG sprite for the controls icons can be loaded two ways: -- By passing the path to the sprite as the `iconUrl` option; or +- By passing the *relative* path to the sprite as the `iconUrl` option; or - Using AJAX, injecting the sprite into a hidden div. #### Using the `iconUrl` option |