From: Daniel Bevenius Date: Wed, 2 Apr 2025 06:26:57 +0000 (+0200) Subject: whisper.objc : fix typo in README.md [no ci] (#2985) X-Git-Tag: upstream/1.7.5~16 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b358de245840f2925ef4782d76e0953196036f21;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper.objc : fix typo in README.md [no ci] (#2985) This commit fixes a typo in the README.md file of the whisper.objc example. Resolves: https://github.com/ggerganov/whisper.cpp/issues/2984 --- diff --git a/examples/whisper.objc/README.md b/examples/whisper.objc/README.md index 3fc7ad7d..609b9603 100644 --- a/examples/whisper.objc/README.md +++ b/examples/whisper.objc/README.md @@ -13,7 +13,7 @@ https://user-images.githubusercontent.com/1991296/204126266-ce4177c6-6eca-4bd9-b This example uses the whisper.xcframework which needs to be built first using the following command: ```bash -./build_xcframework.sh +./build-xcframework.sh ``` A model is also required to be downloaded and can be done using the following command: