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

View File

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