From a304c011946eadfb96e4b93ca7d4382dadca3778 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sat, 27 Jul 2024 16:58:43 +0530 Subject: [PATCH] updated README.md Signed-off-by: Amith Koujalgi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ad3eb4..9a3ffcc 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.79 + 1.0.79 ``` @@ -221,7 +221,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.79 + 1.0.79 ``` @@ -231,7 +231,7 @@ In your Maven project, add this dependency: ```groovy dependencies { - implementation 'com.github.ollama4j:ollama4j:1.0.79' + implementation 'com.github.ollama4j:ollama4j:1.0.79' } ```