diff options
author | Sam Potts <sam@selz.com> | 2016-02-02 09:35:31 +1100 |
---|---|---|
committer | Sam Potts <sam@selz.com> | 2016-02-02 09:35:31 +1100 |
commit | 73e6ad610fbc97e5d6d875e1ae143cce04854110 (patch) | |
tree | d707eb9439655a7ab1abb5300d41cac83a31c553 | |
parent | 130b5ebedf5062f398dca2cfeeeef79b7bf8b697 (diff) | |
parent | eee7553d093807f518238ae6f1d0a5d5fbbb0ac7 (diff) | |
download | plyr-73e6ad610fbc97e5d6d875e1ae143cce04854110.tar.lz plyr-73e6ad610fbc97e5d6d875e1ae143cce04854110.tar.xz plyr-73e6ad610fbc97e5d6d875e1ae143cce04854110.zip |
Merge pull request #156 from mortonfox/patch-1
Fix the svgfixer.js link
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ The SVG sprite for the controls icons is loaded in by AJAX to help with performa ``` If you're using the `<base>` tag on your site, you may need to use something like this: -[https://gist.github.com/leonderijke/c5cf7c5b2e424c0061d2](svgfixer.js) +[svgfixer.js](https://gist.github.com/leonderijke/c5cf7c5b2e424c0061d2) More info on SVG sprites here: [http://css-tricks.com/svg-sprites-use-better-icon-fonts/](http://css-tricks.com/svg-sprites-use-better-icon-fonts/) |