From bc31a5f92a47b0c3219ceeeb168280af1c3bbe53 Mon Sep 17 00:00:00 2001
From: Amith Koujalgi <amith.koujalgi@razorthink.com>
Date: Thu, 9 Nov 2023 00:27:43 +0530
Subject: [PATCH] Updated readme

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0485b96..b11646b 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ You might want to include the Maven repository to pull the ollama4j library from
 
 Build your project to resolve the dependencies:
 
-```bash
+```shell
 mvn clean install -U
 ```
 
@@ -65,7 +65,7 @@ For simplest way to get started, I prefer to use the Ollama docker setup.
 
 Start the Ollama docker container:
 
-```
+```shell
 docker run -v ~/ollama:/root/.ollama -p 11434:11434 ollama/ollama
 ```
 
@@ -112,7 +112,7 @@ public class Main {
 
 Response:
 
-```bash
+```shell
 llama2:latest
 sqlcoder:latest
 ```