From 56f100e8314ae81df66b9c3320875777efd9cdca Mon Sep 17 00:00:00 2001
From: Jannis Klinkenberg <j.klinkenberg@itc.rwth-aachen.de>
Date: Tue, 3 Jun 2025 14:18:05 +0200
Subject: [PATCH] Added NOTE style

---
 machine-and-deep-learning/ollama/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/machine-and-deep-learning/ollama/README.md b/machine-and-deep-learning/ollama/README.md
index 8e489e9..393646d 100644
--- a/machine-and-deep-learning/ollama/README.md
+++ b/machine-and-deep-learning/ollama/README.md
@@ -31,7 +31,8 @@ pip install ollama
 
 ## 1. Running Ollama
 
-ℹ️ **Note:** Examples here run `ollama serve` and `ollama run` in the background to enable concise demonstrations from a single script or shell. However, official examples also show that these commands can be run in separate shells on the same node instead.
+> [!NOTE]
+> Examples here run `ollama serve` and `ollama run` in the background to enable concise demonstrations from a single script or shell. However, official examples also show that these commands can be run in separate shells on the same node instead.
 
 ## 1.1. Running Ollama with the official container (recommended)
 
-- 
GitLab