From 583325b769e3e1a4608d12a18a9899404b1e8f8d Mon Sep 17 00:00:00 2001 From: YASHMAROO Date: Thu, 1 Oct 2020 11:28:38 +0530 Subject: [PATCH] [ADD]Repo Video Player --- repos.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos.json b/repos.json index a1613fe..6c7791e 100644 --- a/repos.json +++ b/repos.json @@ -2,6 +2,7 @@ "comment": "To add a link, append a dictionary with repo_link to the `repos` array. You can use the following template dictionary to edit and append.", "template": {"repo_link": ""}, "repos":[ - {"repo_link": "https://github.com/Abha2001/SortingVisualiser"} + {"repo_link": "https://github.com/Abha2001/SortingVisualiser"}, + {"repo_link": "https://github.com/YASHMAROO/Video-Player"} ] }