branch: elpa/inf-clojure
commit 898a319e4455bea8d569f1f12f970852533afae4
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Improve the README a bit
---
 README.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9bdbffe..72d8ad5 100644
--- a/README.md
+++ b/README.md
@@ -47,14 +47,18 @@ Add the following to your Emacs config to enable
 
 ### REPL not responsive in Windows OS
 
-In Windows, the repl not returning anything. For example, `(+ 1 1)` and 
`ENTER`, the cursor just drops to new line and nothing shown.
+In Windows, the REPL is not returning anything. For example, type `(+
+1 1)` and press `ENTER`, the cursor just drops to a new line and
+nothing is shown.
 
-The explanation of this problem and solution can be found here 
https://groups.google.com/forum/#!topic/leiningen/48M-xvcI2Ng .
+The explanation of this problem and solution can be found 
[here](https://groups.google.com/forum/#!topic/leiningen/48M-xvcI2Ng).
 
-The solution is to create file named `.jline.rc` in your $HOME directory and 
write this line in that file.
-
-`jline.terminal=unsupported`
+The solution is to create a file named `.jline.rc` in your `$HOME`
+directory and add this line to that file:
 
+```
+jline.terminal=unsupported
+```
 
 ## License
 

Reply via email to