From 09a1b612180d0f7995aac9e00ad4fe6d62c1dc6c Mon Sep 17 00:00:00 2001 From: crummyh Date: Tue, 17 Dec 2024 11:05:35 -0600 Subject: [PATCH] readme : fix typo (#2637) --- bindings/java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/java/README.md b/bindings/java/README.md index 5255612e..56896549 100644 --- a/bindings/java/README.md +++ b/bindings/java/README.md @@ -67,5 +67,5 @@ copy /y ..\..\build\bin\Release\whisper.dll build\generated\resources\main\win32 ## License -The license for the Go bindings is the same as the license for the rest of the whisper.cpp project, which is the MIT License. See the `LICENSE` file for more details. +The license for the Java bindings is the same as the license for the rest of the whisper.cpp project, which is the MIT License. See the `LICENSE` file for more details.