From bbebd26d0764ca4ad5bd14084ced7b7a89a4325c Mon Sep 17 00:00:00 2001 From: peaster Date: Fri, 9 Aug 2024 16:24:43 -0400 Subject: [PATCH] correct Gradle dependency example to use correct declaration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cac6a46..b937f61 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ In your Maven project, add this dependency: ```groovy dependencies { - implementation 'com.github.ollama4j:ollama4j:1.0.79' + implementation 'io.github.ollama4j:ollama4j:1.0.79' } ```