aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index bf2894bf4..d335588b1 100644
--- a/README
+++ b/README
@@ -3598,8 +3598,9 @@ instead, use raw HTML in your source and add `data-external="1"` to the tag
with the `src` attribute. For example:
<audio controls="1">
- <source src="http://www.sixbarsjail.it/tmp/bach_toccata.mp3"
- data-external="1" type="audio/mpeg"></source>
+ <source src="http://example.com/music/toccata.mp3"
+ data-external="1" type="audio/mpeg">
+ </source>
</audio>
Literate Haskell support