From 8450a39d3d6913a53799f2c7e39c8b9e3ebfa997 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Thu, 10 Feb 2011 21:17:30 -0600 Subject: [PATCH] Remove space instead of line breaks for Github Markdown link. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f30449d..413e38e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ making tests pass! ### Getting Started -The easiest and fastest way to get the koans up and running is to [download the latest zip file from Github] (https://github.com/functional-koans/clojure-koans/downloads). +The easiest and fastest way to get the koans up and running is to [download the +latest zip file from Github](https://github.com/functional-koans/clojure-koans/downloads). This way, you'll have all the dependencies you need, including Clojure itself and JLine, and you can skip the rest of this section (skip to "Running the Koans").