summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Robbins <alexander.j.robbins@gmail.com>2014-08-07 07:51:26 -0500
committerAlex Robbins <alexander.j.robbins@gmail.com>2014-08-07 07:51:26 -0500
commitb65fd3f707200a6cfaeec423d3943723962750cb (patch)
treece6c20e717d0941e9cda8553c6ef4ab6f5a4f5ce
parent35054b45b92fcd88c96fd5ce636ea62a04014e96 (diff)
0.7.0 isn't a snapshot any more.
Drop SNAPSHOT from example user 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