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" } ] }