summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-02 19:04:49 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-02 19:04:49 +0300
commitd049785c5a5400c5c620e8eb54ac1008586ed2b3 (patch)
tree6587d2c69d87f5bb4375506450d0367c34578262 /doc
parent7cf7f68d9724e19dc7c8dd9ab1b0b0497a7c49bc (diff)
Improve wording
Diffstat (limited to 'doc')
-rw-r--r--doc/basic_usage.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/basic_usage.md b/doc/basic_usage.md
index 42ffbe94..653e6b01 100644
--- a/doc/basic_usage.md
+++ b/doc/basic_usage.md
@@ -1,7 +1,8 @@
-The only requirement to use CIDER is to have an nREPL server to
-which it may connect. Many Clojurians favour the use of the Leiningen or Boot tools
-to start an nREPL server, but the use of Leiningen or Boot is not a prerequisite to use
-CIDER (however, it *is* required if you want to use the `cider-jack-in` command).
+The only requirement to use CIDER is to have an nREPL server to which it may
+connect. Many Clojurians favour the use of tools like Leiningen, Boot or Gradle
+to start an nREPL server, but the use of one of them is not a prerequisite to
+use CIDER (however, it *is* required if you want to use the `cider-jack-in`
+command).
### Setting up a Leiningen or Boot project (optional)