Parcourir la source

readme: fixed code block

Fabian Peter Hammerle il y a 5 ans
Parent
commit
5304140073
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      README.rst

+ 5 - 5
README.rst

@@ -6,11 +6,11 @@ Python wrapper for libc's dlinfo
 Install
 -------
 
-```sh
-pip install dlinfo
-# or
-pipenv install dlinfo
-```
+.. code:: sh
+
+   pip install dlinfo
+   # or
+   pipenv install dlinfo
 
 Usage
 -----