diff --git a/README.md b/README.md
index 2eaadb89ee5f973e49ea6f140658885597484c67..0e61cc65478f9425db6e916092e3deb34d369f10 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ Deploy the package to PyPi test repository (prefix the command with a space in o
 
 Install the package from PyPi test repository
 ```bash
-pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/simple/ duniterpy
+pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/simple/ sakia
 ```
 
 Deploy the package on the PyPi repository (prefix the command with a space in order for the shell not to save in its history system the command containing the password)
diff --git a/setup.py b/setup.py
index b0d53e4f92310688775138848c88157b57ab61e7..a18297305d834f600ae103bb7b667c8b1d9dcb6c 100644
--- a/setup.py
+++ b/setup.py
@@ -73,6 +73,7 @@ setup(
     description="A [duniter](https://github.com/duniter/duniter) Python client",
 
     long_description=open('README.md').read(),
+    long_description_content_type="text/markdown",
 
     # Active la prise en compte du fichier MANIFEST.in
     include_package_data=True,