diff --git a/README.md b/README.md index 010f549..bac6ae4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ See [API.md](API.md). The Basilisp Kernel includes an nREPL server, allowing remote interaction with notebooks using Clojure-Enabled Editors like Emacs (via [CIDER](https://docs.cider.mx/cider/platforms/basilisp.html)) and VS code (via [Calva](https://calva.io/basilisp/)). +Refer to [Connecting Your Editor to the nREPL Server](https://github.com/ikappaki/basilisp-kernel/wiki/Connecting-Your-Editor-to-the-nREPL-Server) covering various use cases. + ### Starting the nREPL Server Start the nREPL in your notebook by running: @@ -119,7 +121,7 @@ You can load and use it in your Notebook as follows :hi ``` -#### Interactive development with nREPL +#### nREPL development You can start an nREPL server directly within a Notebook and connect to it using a Clojure-enabled editor. @@ -183,10 +185,7 @@ Load and interact with the library in your notebooks: => '2024-11-30 14:53:00' ``` -#### Interactive Development with nREPL - -> [!NOTE] -> Refer to [Connecting Your Editor to the nREPL Server](https://github.com/ikappaki/basilisp-kernel/wiki/Connecting-Your-Editor-to-the-nREPL-Server) for detailed instructions, covering various use cases. +#### nREPL development For interactive coding, you can connect your preferred Clojure-Enabled Editor to a running nREPL server in your Basilisp Notebook.