From ee8f5b874fd27a02f6b30135e27d6d8371bd8f1e Mon Sep 17 00:00:00 2001 From: Sky Date: Sat, 22 Jul 2023 17:30:44 -0400 Subject: [PATCH] fix index --- games.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games.json b/games.json index ed918579..73a72150 100644 --- a/games.json +++ b/games.json @@ -1,12 +1,12 @@ -{ +[ { "name": "Testing 1", "directory": "vex", "image": "icon.png" - } + }, { - "name": "Testing 1", - "directory": "vex", + "name": "Testing 2", + "directory": "vex2", "image": "icon.png" } -} \ No newline at end of file +] \ No newline at end of file