summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-12-23 10:04:00 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-12-23 10:04:00 +0200
commit4e402d0bc3c274b077285039e1eb238d275c19c3 (patch)
tree6bb7dabf4414a8022c4b8d5aeb2c2f373ae1f094 /README.md
parenteac1ef33cf87ff4be63e1a5cde8b478e08330cd6 (diff)
Tweak some wording
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index d3cd56fa..cc971a4f 100644
--- a/README.md
+++ b/README.md
@@ -82,13 +82,10 @@ by your project's build tool (Gradle, Maven, etc).
After you get your nREPL server running go back to Emacs. Typing there <kbd>M-x</kbd>
`cider-connect` will allow you to connect to the running nREPL server.
-In Clojure buffers the command `cider-connect | cider-connect-clj` is bound to
-<kbd>C-c C-x (C-)c (C-)j</kbd>.
-
-In ClojureScript buffers the command `cider-connect-cljs` is bound to
+In Clojure(Script) buffers the command `cider-connect` is bound to
+<kbd>C-c C-x (C-)c (C-)j</kbd> and the command `cider-connect-cljs` is bound to
<kbd>C-c C-x (C-)c (C-)s</kbd>.
-
## Diving Deeper
CIDER packs a ton of functionality and you really want to be familiar with it,