diff --git a/readme.md b/readme.md
index 2ed1aba2..d756d09d 100644
--- a/readme.md
+++ b/readme.md
@@ -468,7 +468,18 @@ Here's a list of the methods supported:
Get/Set the media source.
array
- .source([{ src: "/path/to/video.webm", type: "video/webm", ...more attributes... }, { src: "/path/to/video.mp4", type: "video/mp4", ...more attributes... }])`
+
.source([
+ {
+ src: "/path/to/video.webm",
+ type: "video/webm",
+ ...more attributes...
+ },
+ {
+ src: "/path/to/video.mp4",
+ type: "video/mp4",
+ ...more attributes...
+ }
+ ])`