Skip to content

Commit 8634d92

Browse files
authored
Update README.md
1 parent 9b74a58 commit 8634d92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The project has two separate targets:
1616
- **config_generator_gui**: A GUI tool for creating and editing INI config files used by the subtitle generator.
1717
*System Dependencies*: OpenGL, GLEW
1818

19-
*Submodule Dependencies*: GLFW, Dear ImGui, TinyXML2, SimpleIni, Magic Enum, UTFCPP, nativefiledialog-extended.
19+
*Uses Submodules*: GLFW, Dear ImGui, TinyXML2, SimpleIni, Magic Enum, UTFCPP, nativefiledialog-extended.
2020

21-
- **subtitles_generator**: A CLI tool that converts CSV chat logs into subtitle files (YTT/SRV3) using a given config file.
22-
*Submodule Dependencies*: CSV Parser, CLI11, TinyXML2, SimpleIni, Magic Enum, UTFCPP.
21+
- **subtitles_generator**: A CLI tool that converts CSV chat logs into subtitle files (YTT/SRV3) using a given config file.
22+
*Uses Submodules*: CSV Parser, CLI11, TinyXML2, SimpleIni, Magic Enum, UTFCPP.
2323

2424
---
2525

@@ -136,4 +136,4 @@ Convert a chat CSV into a subtitle file using a config file.
136136
Output subtitle file (e.g., `output.ytt` or `output.srv3`).
137137

138138
- `-u, --time-unit`
139-
Time unit in the CSV: `"ms"` or `"sec"`.
139+
Time unit in the CSV: `"ms"` or `"sec"`.

0 commit comments

Comments
 (0)