diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md
index 595b86f..af2abf7 100644
--- a/doc/nrepl/README.md
+++ b/doc/nrepl/README.md
@@ -6,7 +6,7 @@ setup described here, can be found in this directory.
In babashka or Clojure JVM, use the
[sci.nrepl](https://github.com/babashka/sci.nrepl) dependency and run:
-```
+``` clojure
(require 'sci.nrepl.browser-server :as nrepl)
(nrepl/start! {:nrepl-port 1339 :websocket-port 1340})
```
@@ -19,14 +19,14 @@ browser via the websocket connection.
In your scittle website, you will need to include the following, in addition to
the normal routine:
-```
+``` html
```
Also include the CLJS file that you want to evaluate with nREPL:
-```
+``` html
```
@@ -46,7 +46,7 @@ refreshes.
Currently when connecting from CIDER, you need to use this snippet:
-```
+``` elisp
(cider-register-cljs-repl-type 'sci-js "(+ 1 2 3)")
(defun mm/cider-connected-hook ()