From 776abc3c91919341c691e6d941839e114b486807 Mon Sep 17 00:00:00 2001 From: Zero Date: Mon, 28 Aug 2023 16:12:00 -0600 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a26d3..49ab481 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ See [BUILDING.md](BUILDING.md) for instructions for building whisper-rs on Windo ## Troubleshooting * Something other than Windows/macOS/Linux isn't working! - * I don't have a way to test this platforms, so I can't really help you. + * I don't have a way to test these platforms, so I can't really help you. * If you can get it working, please open a PR with any changes to make it work and build instructions in BUILDING.md! * I get a panic during binding generation build! * You can attempt to fix it yourself, or you can set the `WHISPER_DONT_GENERATE_BINDINGS` environment variable.