diff --git a/README.md b/README.md
index b1262b3277e9f623d02b29b1ebdac1edb670f281..cb2737d357709362e5d1f4f5a5d1bdf0ad46e5f6 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
 </p>
 
 **EigenPy** is an open source framework which allows to bind the famous [Eigen](http://eigen.tuxfamily.org) C++ library in Python.
+
 **EigenPy** provides: 
  - the fill sharing of memory between Numpy and Eigen avoiding memory allocation.
  - the full support Eigen::Ref avoiding memory allocation.