From 3fc68ee21f658d1859409e641c80b50fd04e0995 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Sat, 29 Nov 2014 11:06:11 +0100
Subject: [PATCH] Fixed typo in README.md.

---
 doc/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/README.md b/doc/README.md
index 501b47d..c0116d5 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -8,7 +8,7 @@ domain, this can be done with pip in a terminal:
 
 ```
  ~$ pip install sphinx_rtd_theme
- ~$ pip install sphinxcontrib-matlab
+ ~$ pip install sphinxcontrib-matlabdomain
 ```
 
 To obtain the documentation as an html file in subfolder
@@ -16,4 +16,4 @@ To obtain the documentation as an html file in subfolder
 
 ```
  ~$ make html
-```
\ No newline at end of file
+```
-- 
GitLab