diff --git a/README.md b/README.md index 921b598..c76fe23 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ This library provides a high-level Text-To-Speech (TTS) interface supporting var * Linux via [Speech Dispatcher](https://freebsoft.org/speechd) * MacOS * AppKit on MacOS 10.13 and below - * AVFoundation on MacOS 10.14 and, eventually, iDevices -* WebAssembly \ No newline at end of file + * AVFoundation on MacOS 10.14 and above, and iOS +* WebAssembly diff --git a/src/lib.rs b/src/lib.rs index d1dda48..b64c86b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ * * Linux via [Speech Dispatcher](https://freebsoft.org/speechd) * * MacOS * * AppKit on MacOS 10.13 and below - * * AVFoundation on MacOS 10.14 and, eventually, iDevices + * * AVFoundation on MacOS 10.14 and above, and iOS * * WebAssembly */