From a17a7c656556817245ecf351dfbf66fd37ffb926 Mon Sep 17 00:00:00 2001 From: Josh Patra <30350506+SoPat712@users.noreply.github.com> Date: Sun, 20 Apr 2025 20:26:02 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd92827..70bedfb 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,8 @@ npm run build const SC_USER = 'maisie-peters'; ``` - **Track List** - Edit `const TRACKS_DATA: TrackData[] = [...]` to add, remove, or comment out tracks. + Edit `const TRACKS_DATA: TrackData[] = [...]` to add, remove, or comment out tracks. + I'm putting together a way to make this easier, but it's still going to require a lot of manual labor to do. - **Segment Increments** Adjust `const SEGMENT_INCREMENTS = [2,1,2,3,4,5];` to change snippet lengths.