summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-13 19:58:51 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-13 19:58:51 +0200
commit003ccb774b8f71c4db401e7abf51d43ffe41dd84 (patch)
tree6f4c2d4e231c2dc3793cd8ecc6006391bce26f41 /README.md
parent5ef2cadcc18269c1f1fcbd67a11fb1f59773a04c (diff)
Fix a typo
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 7c0d3a04..68cc0697 100644
--- a/README.md
+++ b/README.md
@@ -320,7 +320,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 server with
-all the project dependencies loaded in and CIDER with automatically connect to it.
+all the project dependencies loaded in and CIDER will automatically connect to it.
Alternatively 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.