From 955ec788c2552ff907bbdec2661e8de9a3383a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Mej=C3=ADa?= Date: Wed, 23 Mar 2016 22:47:23 +0100 Subject: [PATCH] fix indenting issue in the Troubleshooting section --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f88fac2..5caeff5 100644 --- a/README.md +++ b/README.md @@ -331,12 +331,13 @@ one of the following actions solve your problem: * If your password has spaces, don't forget to write it using quotes. * Have you installed the right project ? - -**Warning**: If you installed the script using PyPi (pip) please verify that you -installed the correct project. We had to use a different name in pip because our -original name was already taken. Remember to install it using: - - pip install coursera +

+ **Warning**: If you installed the script using PyPi (pip) please verify that + you installed the correct project. We had to use a different name in pip + because our original name was already taken. Remember to install it using: + ``` + pip install coursera + ``` # Reporting issues