diff --git a/README.md b/README.md
index cb25a2f10..93ad5d1e8 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,9 @@ connect to it.
Alternatively you can use C-u M-x `cider-jack-in` to specify the path to
a Clojure project, without having to visit any file in it.
-**Tip:** In Clojure(Script) buffers the command `cider-jack-in` is bound to
-C-c C-x (C-)j.
+> [!TIP]
+>
+> In Clojure(Script) buffers the command `cider-jack-in` is bound to C-c C-x (C-)j.
### Connect to a running nREPL server
@@ -93,9 +94,11 @@ by your project's build tool (`tools.deps`, Gradle, Maven, etc).
After you get your nREPL server running go back to Emacs. Typing there M-x
`cider-connect` will allow you to connect to the running nREPL server.
-**Tip:** In Clojure(Script) buffers the command `cider-connect` is bound to
-C-c C-x (C-)c (C-)j and the command `cider-connect-cljs` is bound to
-C-c C-x (C-)c (C-)s.
+> [!TIP]
+>
+> In Clojure(Script) buffers the command `cider-connect` is bound to
+> C-c C-x (C-)c (C-)j and the command `cider-connect-cljs` is bound to
+> C-c C-x (C-)c (C-)s.
## Diving Deeper