boot-cljs-repl icon indicating copy to clipboard operation
boot-cljs-repl copied to clipboard

Add emphasis to `start-repl` line

Open ghost opened this issue 8 years ago • 2 comments

It's actually really easy to miss the start-repl line, and once you get connected, the REPL looks like it's been brought up successfully.

ghost avatar Apr 20 '17 15:04 ghost

I'd rather (or in addition possibly) see the start-repl note in the Usage section emphasized. I guess many people will just read this section and miss the (start-repl) call...

Have you read the documentation where you made changes before and it wasn't clear that running (start-repl) is required?

martinklepsch avatar Apr 20 '17 15:04 martinklepsch

That was actually how I ran into this problem. Somehow it is possible to miss it.

I considered adding a short paragraph explaining how the client needs to start a server on its side and connect to the websocket URL provided by the nREPL server, but I thought it might have been too long. What do you think?

ghost avatar Apr 20 '17 15:04 ghost