From 052ee824a310bccb3be1e45b73e7d0b997f7395b Mon Sep 17 00:00:00 2001 From: Viv Date: Tue, 7 May 2024 23:22:19 -0400 Subject: [PATCH] `README.md`: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 291396e..fbe720e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ fumen = parse_fumen("path/to/fumen_file.bin") tja = parse_tja("path/to/tja_file.tja") # convert tja data to fumen data -from tja2fumen.converts import convert_tja_to_fumen +from tja2fumen.converters import convert_tja_to_fumen fumen_converted = convert_tja_to_fumen(tja) # modify the FumenCourse object