From d150ffe0e8664b0548ba6e2c18cd5da24728ccc1 Mon Sep 17 00:00:00 2001 From: Fernando Chorney Date: Mon, 8 Apr 2024 10:05:34 -0500 Subject: [PATCH] Update README.md Just added some credit/source repos to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0247a8d..b195378 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ $ yarn start # apply all auto-fixes to formatting, style, etc $ yarn lint --apply ``` + +### Credit + +This project is heavily based on [pySMX](https://github.com/fchorney/pySMX) which is heavily based on the original [StepManiaX SDK](https://github.com/steprevolution/stepmaniax-sdk).