summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Cagalawan <ajcagala@uwaterloo.ca>2015-03-10 07:25:31 -0400
committerJames Cagalawan <ajcagala@uwaterloo.ca>2015-03-10 07:25:31 -0400
commit8f2fa9279eaa94a0769a12208d2c34687bef54b6 (patch)
tree93808678916ad8f4c49391ac6053d9174ff679a3 /README.md
parent9bea58dd6ab2771d97b63ab563967d481b19d811 (diff)
Fixed typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4e8a66f..6bab3f96 100644
--- a/README.md
+++ b/README.md
@@ -593,7 +593,7 @@ The two main ways to obtain an nREPL connection are discussed in the following s
Simply open in Emacs a file belonging to your `lein` or `boot` project (like
`foo.clj`) and type <kbd>M-x cider-jack-in</kbd>. This will start a nREPL with
-all the deps loaded in, plus an `CIDER` client connected to it.
+all the deps loaded in, plus a `CIDER` client connected to it.
Alternative you can use <kbd>C-u M-x cider-jack-in</kbd> to specify the name of
a `lein` or `boot` project, without having to visit any file in it.