From 7bcbda15b303771b7ba2291baae442326d7b82ff Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 18 Aug 2020 15:22:12 -0500 Subject: [PATCH] Update supported platforms. --- README.md | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */