From 813d39727f1899b147ccd513f9605be692b097a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Max=20Leuth=C3=A4user?= <max.leuthaeuser@gmail.com>
Date: Mon, 19 Oct 2015 09:33:02 +0200
Subject: [PATCH]  - updated README

---
 README.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index e77e5d6..e0759f7 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,10 @@ Small SCROLL boot demo application build with Scala to show how to use [SCROLL][
 2. Clone this repository.
 
 3. Set up your favorite IDE:
-
-3.1. For Intellij: run ```sbt gen-idea``` and open the generated project with Intellij.
-
-3.2. For Eclipse: run ```sbt eclipse``` and import the generated project with Eclipse.
+  1. For Intellij: run ```sbt gen-idea``` and open the generated project with Intellij.
+  2. For Eclipse: run ```sbt eclipse``` and import the generated project with Eclipse.
 
 4. Run it with ```sbt run``` or directly with your IDE as Scala Application (```src/main/scala/SCROLLBoot.scala```).
 
 [scroll]: https://github.com/max-leuthaeuser/SCROLL
-[sbt]: http://www.scala-sbt.org/0.13/tutorial/index.html
\ No newline at end of file
+[sbt]: http://www.scala-sbt.org/0.13/tutorial/index.html
-- 
GitLab