aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2016-02-02 09:35:31 +1100
committerSam Potts <sam@selz.com>2016-02-02 09:35:31 +1100
commit73e6ad610fbc97e5d6d875e1ae143cce04854110 (patch)
treed707eb9439655a7ab1abb5300d41cac83a31c553
parent130b5ebedf5062f398dca2cfeeeef79b7bf8b697 (diff)
parenteee7553d093807f518238ae6f1d0a5d5fbbb0ac7 (diff)
downloadplyr-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 65a91aab..51bae507 100644
--- a/readme.md
+++ b/readme.md
@@ -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/)