Skip to content

Commit b358de2

Browse files
authored
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: #2984
1 parent 11688b2 commit b358de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/whisper.objc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://user-images.githubusercontent.com/1991296/204126266-ce4177c6-6eca-4bd9-b
1313

1414
This example uses the whisper.xcframework which needs to be built first using the following command:
1515
```bash
16-
./build_xcframework.sh
16+
./build-xcframework.sh
1717
```
1818

1919
A model is also required to be downloaded and can be done using the following command:

0 commit comments

Comments
 (0)