diff --git a/README.md b/README.md
index 8fafee5a16a325fe70791f5516395420367b27ca..1013f3e2d060ea301a08cb37484d40dfb3f5828f 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,13 @@
-HeLaz (2020)
\ No newline at end of file
+Hermite-Laguerre Z-pinch solver (2020)
+
+Goal : Write the MOLI solver in Fortran and include a non linear Poisson bracket term to it.
+
+Roadmap :
+0) Write MOLI matlab solver in Fortran using Monli1D as starting point
+	0.1) go from 1D space to 2D fourier and from Hermite basis to Hermite-Laguerre basis <- current stage
+	0.2) implement linear Poisson equation in fourier space
+	0.3) implement moment hierarchy linear terms
+	0.4) implement explicit RK4 time solver
+	0.5) Benchmark with MOLI matlab results for Z-pinch
+
+1) Implementation of the non linear Poisson brackets term