From 43361ff271c2eddcbc39448670e9b83fdbb04399 Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Sat, 19 Apr 2025 00:23:27 +0530 Subject: [PATCH] Updated docs --- docs/src/components/AddToYourProject/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components/AddToYourProject/index.js b/docs/src/components/AddToYourProject/index.js index 7ab55fd..5d58524 100644 --- a/docs/src/components/AddToYourProject/index.js +++ b/docs/src/components/AddToYourProject/index.js @@ -36,7 +36,7 @@ const AddToYourProject = () => {
Error: {error.message}
) : releaseInfo ? ( <> -

Using Maven pom.xml

+

Using Maven pom.xml

{` io.github.ollama4j @@ -44,13 +44,13 @@ const AddToYourProject = () => { ${releaseInfo.name} `} -

Using Groovy-based build.gradle

+

Using Groovy-based build.gradle

{`dependencies { implementation 'io.github.ollama4j:ollama4j:${releaseInfo.name}' }`} -

For Kotlin-based build.gradle.kts

+

For Kotlin-based build.gradle.kts

{`dependencies { implementation("io.github.ollama4j:ollama4j:${releaseInfo.name}")