From 2beba734e3aefcde88a0316be9352c02ccd21382 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 21 Jun 2025 01:44:55 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d722e38..8248df0 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ cargo build --release Create declaritive songs with structured JSON: ```bash -cargo run --bin musicgen json examples/bliss.json +cargo run --bin musicgen json examples/fantasy.json ``` ### From Binary ```bash -./target/release/musicgen json examples/bliss.json +./target/release/musicgen json examples/fantasy.json ``` ### Basic JSON Structure