diff --git a/README.md b/README.md
index d028d07..700a02b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-
-
### Ollama4j
@@ -14,7 +12,7 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/).



-
+


@@ -30,9 +28,6 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/).

-
-
-
[//]: # ()
[//]: # ()
@@ -64,17 +59,17 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/).
#### Requirements
-
+
[![][ollama-shield]][ollama-link] **Or** [![][ollama-docker-shield]][ollama-docker]
[ollama-link]: https://ollama.ai/
-[ollama-shield]: https://img.shields.io/badge/Ollama-Local_Installation-blue.svg?style=just-the-message&labelColor=gray
+[ollama-shield]: https://img.shields.io/badge/Ollama-Local_Installation-blue.svg?style=for-the-badge&labelColor=gray
[ollama-docker]: https://hub.docker.com/r/ollama/ollama
-[ollama-docker-shield]: https://img.shields.io/badge/Ollama-Docker-blue.svg?style=just-the-message&labelColor=gray
+[ollama-docker-shield]: https://img.shields.io/badge/Ollama-Docker-blue.svg?style=for-the-badge&labelColor=gray
## Installation
@@ -95,10 +90,10 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/).
```xml
-
- jitpack.io
- https://jitpack.io
-
+
+ jitpack.io
+ https://jitpack.io
+
```
@@ -163,9 +158,9 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/).
```xml
- io.github.amithkoujalgi
- ollama4j
- 1.0.74
+ io.github.amithkoujalgi
+ ollama4j
+ 1.0.74
```
@@ -177,11 +172,11 @@ Add it in your root `build.gradle` at the end of repositories:
```groovy
dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
- repositories {
- mavenCentral()
- maven { url 'https://jitpack.io' }
- }
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ mavenCentral()
+ maven { url 'https://jitpack.io' }
+ }
}
```
@@ -189,7 +184,7 @@ dependencyResolutionManagement {
```groovy
dependencies {
- implementation 'com.github.amithkoujalgi:ollama4j:Tag'
+ implementation 'com.github.amithkoujalgi:ollama4j:Tag'
}
```