danbev commited on
Commit
e6ba999
·
unverified ·
1 Parent(s): bf862e4

whisper.objc : fix typo in README.md [no ci] (#2985)

Browse files

This commit fixes a typo in the README.md file of the whisper.objc
example.

Resolves: https://github.com/ggerganov/whisper.cpp/issues/2984

Files changed (1) hide show
  1. examples/whisper.objc/README.md +1 -1
examples/whisper.objc/README.md CHANGED
@@ -13,7 +13,7 @@ https://user-images.githubusercontent.com/1991296/204126266-ce4177c6-6eca-4bd9-b
13
 
14
  This example uses the whisper.xcframework which needs to be built first using the following command:
15
  ```bash
16
- ./build_xcframework.sh
17
  ```
18
 
19
  A model is also required to be downloaded and can be done using the following command:
 
13
 
14
  This example uses the whisper.xcframework which needs to be built first using the following command:
15
  ```bash
16
+ ./build-xcframework.sh
17
  ```
18
 
19
  A model is also required to be downloaded and can be done using the following command: