From a9c460c340e88e0344703f4b789f2c78d517af78 Mon Sep 17 00:00:00 2001 From: AL-FAHAMI Date: Sat, 26 Apr 2025 11:54:21 +0100 Subject: [PATCH] refractor: update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a693239..1417378 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,10 @@ Here’s the updated JSON example: "exercise_id": 1, "title": "Karaoke Exercise", "audio": "/path/to/audio/file/karaoke_exercise.mp3", - "tasks": [ + "frame": [ { "id": 1, - "text": "The lyrics of the audio content subtask", + "text": "The lyrics of the audio content of the frame", "start_time": 0, "end_time": 30, "highlighted_text": "The first word of the first sentence" @@ -131,7 +131,7 @@ Here’s the updated JSON example: "text": "Continue with the next part of the lyrics", "start_time": 31, "end_time": 60, - "highlighted_text": "The first word of the second part of the audio" + "highlighted_text": "The first word of the second frame" } ] }