From 1a95c214b49b275bfcc489b08b52475446be7306 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Thu, 10 Feb 2011 21:16:39 -0600 Subject: [PATCH] Remove line breaks for Github's Markdown. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ab908e4..f30449d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ 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").