From 7a012b664498c1a53a3d5a1ce30acf8e0fec52fc Mon Sep 17 00:00:00 2001 From: FiniteLooper Date: Mon, 28 Aug 2023 20:04:37 -0400 Subject: [PATCH] Better credits/notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff460f3..d8c8f9a 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,4 @@ Note that for any properties the parser is unable to find an empty string or emp ## Notes -SongShow Plus files are in a binary format, and I never would have been able to figure this out if it wasn't for [this SSP parser written in python](https://github.com/mhamann/songshow-converter/blob/master/songshowplus.py) by @mhamann +SongShow Plus files are in a binary format, and I never would have been able to figure out the meaning of if it wasn't for [this SSP parser written in python](https://github.com/mhamann/songshow-converter/blob/master/songshowplus.py) by [Matt Hamann (@mhamann)](https://github.com/mhamann/) which described the format and structure of these files. I have no idea how he figured it out, but I'm glad he did!