More README tweaks.

Signed-off-by: Richard Newman <rnewman@twinql.com>
This commit is contained in:
Richard Newman 2016-07-06 12:14:24 -07:00
parent 6db476d265
commit 55baa1685d

View file

@ -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
```