Skip to content

Commit

Permalink
docs: fix typo in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Dec 18, 2024
1 parent 556b116 commit 701e243
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
Expand Up @@ -41,7 +41,7 @@ with DirectoryPackWriter(
) as p:
p.set_file("Preset.adg", "/path/to/Preset.adg")
p.set_preview("Preset.adg", "/path/to/Preset.adg.ogg")
p.set_tags("Preset", [
p.set_tags("Preset.adg", [
("Sounds", "Lead"),
("Custom", "Tag", "Subtag")
])
Expand Down

0 comments on commit 701e243

Please sign in to comment.