]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme: Fix spelling error (#1290)
authorJJ <redacted>
Thu, 21 Sep 2023 07:55:33 +0000 (00:55 -0700)
committerGitHub <redacted>
Thu, 21 Sep 2023 07:55:33 +0000 (15:55 +0800)
Fixed branding error:  Javascript to JavaScript

README.md

index df36e0485b7b97a3fd1722c41e8da553f7a862c2..894e0e0338ecadb70f468a468c1434f9a42d2718 100644 (file)
--- a/README.md
+++ b/README.md
@@ -730,7 +730,7 @@ in [models](models).
 ## [Bindings](https://github.com/ggerganov/whisper.cpp/discussions/categories/bindings)
 
 - [X] Rust: [tazz4843/whisper-rs](https://github.com/tazz4843/whisper-rs) | [#310](https://github.com/ggerganov/whisper.cpp/discussions/310)
-- [X] Javascript: [bindings/javascript](bindings/javascript) | [#309](https://github.com/ggerganov/whisper.cpp/discussions/309)
+- [X] JavaScript: [bindings/javascript](bindings/javascript) | [#309](https://github.com/ggerganov/whisper.cpp/discussions/309)
   - React Native (iOS / Android): [whisper.rn](https://github.com/mybigday/whisper.rn)
 - [X] Go: [bindings/go](bindings/go) | [#312](https://github.com/ggerganov/whisper.cpp/discussions/312)
 - [X] Java: