diff --git a/README.md b/README.md
index 892c8f6bdf275ce6c384e4ff53a84f9921a69f0d..ce98e0be849cbe7a99c96398fd40cfbbd2c3e100 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,9 @@
 
 The course will be given as a self study course with a set of introductional seminars and accompanying mandatory assignments, followed by a larger assigmnent (project). The project can be carried out individually or in groups dependent on size. Grading will be individual, based on agreed requirements between the student and the teacher, showing understanding and abilities regarding (in order of introduction):
 
-1. The Rust ecosystem.
- Rustup (stable vs nightly), crates and toml files, cargo, rustc, llvm, gdb/lldb (and additional tooling rls, rustfmt, racer, xargo etc.) The Rust core and standard library. Building, bebugging/testing, docmunenting and publishing Rust applications and libraries.  
+ 1. The Rust ecosystem.
+
+   Rustup (stable vs nightly), crates and toml files, cargo, rustc, llvm, gdb/lldb (and additional tooling rls, rustfmt, racer, xargo etc.) The Rust core and standard library. Building, bebugging/testing, docmunenting and publishing Rust applications and libraries.  
 
 
 2. Simple applications in Rust