Update name of preferred port file in README

This commit is contained in:
Tim Pope 2014-04-03 19:46:29 -04:00
parent ab6d9db216
commit 1bfb5aadcf
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ This list isn't exhaustive; see the `:help` for details.
### Transparent setup
Fireplace.vim talks to nREPL. With Leiningen, it connects automatically based
on `target/repl-port`, otherwise it's just a `:Connect` away. You can connect
to multiple instances of nREPL for different projects, and it will use the
right one automatically. ClojureScript support is just as seamless with
on `.nrepl-port`, otherwise it's just a `:Connect` away. You can connect to
multiple instances of nREPL for different projects, and it will use the right
one automatically. ClojureScript support is just as seamless with
[Piggieback][].
The only external dependency is that you have either a Vim with Python support