From 53af9084db57fa4b4bed87dc9474165ede709b1e Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Thu, 14 Feb 2013 23:23:40 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6ff5c6..55ea49f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ Elm === -This is the Elm compiler and server, allowing you to develop Elm -applications that run in any modern browser. - If you are new to Elm, learn more about the language [here](http://elm-lang.org/) and try it out in the [online interactive editor](http://elm-lang.org/try). +This is the Elm compiler and server, allowing you to develop Elm +applications that run in any modern browser. + If you intend to serve Elm code with a custom Haskell backend, be sure to read all the way to the "Installation for Haskell-Users" section.