From 5a916a4e9f03061fd9b1f51716c9ca7441b9fc3d Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Wed, 8 Nov 2023 14:38:29 +0530 Subject: [PATCH] updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32d9eeb..e4c6d68 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You might want to include the Maven repository to pull the ollama4j library from Build your project to resolve the dependencies: ```bash -mvn clean install +mvn clean install -U ``` You can then use the Ollama Java APIs by importing `ollama4j`: