Skip to content

Commit 39f8fda

Browse files
committed
Readme updates
1 parent 2be1e01 commit 39f8fda

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

nrepl-middleware/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Middleware for [nREPL](https://github.com/clojure/tools.nrepl).
66

77
Add `ritz-nrepl-middleware` to your `:dev` `:dependencies` vector, and add the
88
middleware to `:nrepl-middleware` under `:repl-options`. You can do this in your
9-
`project.clj` file, or in your `:user` profile in `~/.lein/profiles.clj`.
9+
`project.clj` file, or in the `:user` profile in `~/.lein/profiles.clj`.
1010

1111
```clj
1212
:dependencies [[ritz/ritz-nrepl-middleware "0.5.0"]]

nrepl-project/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
An nREPL middleware for controlling the classpath of a REPL.
44

5+
This is still alpha state.
6+
57
## Usage
68

79
Usage requires direct support from your nREPL client.

nrepl/README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# ritz-nrepl
22

3-
`ritz-nrepl` comprises an nREPL server and middleware. The server uses JPDA to
4-
provide debugger middleware. The library also provides general purpose
5-
middleware, which can be used with any nREPL client, independently of the
6-
debugger.
7-
8-
Alpha.
3+
`ritz-nrepl` is an nREPL server with a debugger. The server uses JPDA to provide
4+
debugger middleware.
95

106
## nREPL debugger server usage
117

0 commit comments

Comments
 (0)