From 6201c2cf27028000bbdca705b8c54ff5f67edbb6 Mon Sep 17 00:00:00 2001 From: Trent Summerlin Date: Tue, 27 Jan 2026 22:16:46 -0600 Subject: [PATCH] Fix copy-paste(?) error in README.md This commit uses the correct dependency for the Kokoro example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 586134c..9bc9468 100644 --- a/README.md +++ b/README.md @@ -130,12 +130,12 @@ ChorusConfig config = chorusConfig(Dictionaries.empty()) ## Using Kokoro Models -The kokoro-runtime dependency provides the kokoro model and 11 voices. Usage and dictionary/phonmiser selection is then the same as for piper models, +The `kokoro-runtime` dependency provides the kokoro model and 11 voices. Usage and dictionary/phonmiser selection is then the same as for piper models, ```xml org.pitest.voices - openvoice-phonemizer + kokoro-runtime 0.0.9 ```