Skip to content

Commit

Permalink
fix leiningen instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveWM committed Dec 11, 2018
1 parent 3602605 commit 716eb57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ nREPL middleware to send eval'd forms to REBL.
* Merge this into your `profiles.clj`:
```clojure
{:user
:dependencies [[lein-nrepl-rebl "0.1.0-SNAPSHOT"]]
:repl-options {:nrepl-middleware [lein-nrepl-rebl.core/wrap-rebl]}}
:dependencies [[nrepl-rebl "0.1.0-SNAPSHOT"]
[com.cognitect/rebl "0.9.108"]]
:repl-options {:nrepl-middleware [nrepl-rebl.core/wrap-rebl]}}

```
* Open your repl as usual - a REBL window should open, and receive any forms you eval in the repl
Expand Down

0 comments on commit 716eb57

Please sign in to comment.