Browse Source

readme: fixed code block

Fabian Peter Hammerle 4 years ago
parent
commit
5304140073
1 changed files with 5 additions and 5 deletions
  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
 -----