summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2014-08-07 15:52:56 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2014-08-07 15:52:56 +0300
commit77a8501f8bc9cf6855501f2ba21d28d4d6aee4c9 (patch)
treece6c20e717d0941e9cda8553c6ef4ab6f5a4f5ce
parent35054b45b92fcd88c96fd5ce636ea62a04014e96 (diff)
parentb65fd3f707200a6cfaeec423d3943723962750cb (diff)
Merge pull request #710 from alexrobbins/patch-1
0.7.0 isn't a snapshot any more, update example profile.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56f22b39..61c11bf0 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ Use the convenient plugin for defaults, either in your project's
A minimal `profiles.clj` for CIDER would be:
```clojure
-{:user {:plugins [[cider/cider-nrepl "0.7.0-SNAPSHOT"]]}}
+{:user {:plugins [[cider/cider-nrepl "0.7.0"]]}}
```
### Using embedded nREPL server