diff --git a/docs/ollama.md b/docs/ollama.md
index b805e11dc..708e246d5 100644
--- a/docs/ollama.md
+++ b/docs/ollama.md
@@ -31,7 +31,7 @@ $ docker exec -it ollama ollama run mistral
-> Base URL: Enter the base URL where the Ollama service is accessible, like, http://:11434
+> Base URL: Enter the base URL where the Ollama service is accessible, like, `http://:11434`.
- Use Ollama Models.
diff --git a/docs/xinference.md b/docs/xinference.md
index f2b23f7f1..e589300db 100644
--- a/docs/xinference.md
+++ b/docs/xinference.md
@@ -31,7 +31,7 @@ $ xinference launch -u mistral --model-name mistral-v0.1 --size-in-billions 7 --
-> Base URL: Enter the base URL where the Xinference service is accessible, like, http://:9997/v1
+> Base URL: Enter the base URL where the Xinference service is accessible, like, `http://:9997/v1`.
- Use Xinference Models.