diff --git a/README.md b/README.md
index e77e5d6db5f71ddb53ea490e4a7654e6cff79313..e0759f754313a786233fed66b06ae7f0b4056b47 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