From 0b740a464db539d20199f25ba4f86682e30e9164 Mon Sep 17 00:00:00 2001 From: Uche Okonkwo Date: Sun, 4 Aug 2019 12:03:03 -0400 Subject: [PATCH] removed the ending commas --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f1620be..8a009820 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ JSON Playlist Example "in": 0, "out": 647.68, "duration": 647.68, - "source": "/Media/clip1.mp4", + "source": "/Media/clip1.mp4" }, { "in": 0, "out": 149, "duration": 149, - "source": "/Media/clip2.mp4", + "source": "/Media/clip2.mp4" }, { "in": 0, "out": 114.72,