Skip to content

Commit

Permalink
README.md: Fix typo
Browse files Browse the repository at this point in the history
vivaria authored May 8, 2024
1 parent b10962f commit 052ee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 052ee82

Please sign in to comment.