From 4631081e3a085cba4bb3bc26319d62cace6c587f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 25 Jul 2015 22:17:54 -0400 Subject: [PATCH] Rev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c6e17ca..3c05471d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Getting Started cyclone> (write 'hello-world) hello-world - Tip: You can use [`rlwrap`](http://linux.die.net/man/1/rlwrap) to make the interpreter more friendly, EG: `rlwrap icyc`. + You can use [`rlwrap`](http://linux.die.net/man/1/rlwrap) to make the interpreter more friendly, EG: `rlwrap icyc`. 3. If you need help learning the Scheme language try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).