Explorar el Código

readme: fixed code block

Fabian Peter Hammerle hace 5 años
padre
commit
5304140073
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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
 -----