Skip to content

Commit

Permalink
brought README up to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Aug 8, 2012
1 parent 5c6de83 commit d9eeafb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@ Or, add this to your Maven project's `pom.xml`:
</dependency> </dependency>
``` ```


A list of all prior releases are available [here](http://search.maven.org/#search|gav|1|g%3A%22org.clojure%22%20AND%20a%3A%22tools.nrepl%22).

Please note the changelog below. Please note the changelog below.


nREPL is compatible with Clojure 1.2.0 - 1.4.0. nREPL is compatible with Clojure 1.2.0 - 1.4.0.


Please post general questions or discussion on either the [clojure-dev](http://groups.google.com/group/clojure-dev/) or [clojure-tools](http://groups.google.com/group/clojure-tools) mailing lists. Bug reports and such may be filed into [nREPL's JIRA](http://dev.clojure.org/jira/browse/NREPL).

nREPL's generated API documentation is available [here](http://clojure.github.com/tools.nrepl/).

### Connecting to an nREPL server ### Connecting to an nREPL server


Most of the time, you will connect to an nREPL server using an existing Most of the time, you will connect to an nREPL server using an existing
Expand Down

0 comments on commit d9eeafb

Please sign in to comment.