From 55baa1685d87ff79c26f28db05cbe3157be6e003 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Wed, 6 Jul 2016 12:14:24 -0700 Subject: [PATCH] More README tweaks. Signed-off-by: Richard Newman --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7736c5ba..7f2d76f9 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,14 @@ To quit, type: :cljs/quit cljs.user=> ``` -in Vim: +in Vim, in the working directory: ``` -:Connect nrepl://localhost:62385 :Piggieback (cljs.repl.node/repl-env) ``` -Now you can use `:Eval`, `cqc`, and friends to evaluate code. +Now you can use `:Eval`, `cqc`, and friends to evaluate code. Fireplace should connect automatically, but if it doesn't: + +``` +:Connect nrepl://localhost:62385 +```