From a9b2f53e65783250f5eae50ee4ce606dad5f1560 Mon Sep 17 00:00:00 2001 From: ksamuel Date: Wed, 19 Aug 2020 12:41:39 +0200 Subject: [PATCH] Fix inline code block in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b5abc69..f3db271 100644 --- a/README.rst +++ b/README.rst @@ -20,9 +20,9 @@ To run zerobin, download zerobin.pyz from the latest release_ then: 0bin requires Python 3.7 or higher. -You may need to type `py -3.7 zerobin.pyz` on Windows, or `python3.7 zerobin.pyz` on Mac/Linux, depending on your configuration. +You may need to type :code:`py -3.7 zerobin.pyz` on Windows, or :code:`python3.7 zerobin.pyz` on Mac/Linux, depending on your configuration. -If you are familiar with the Python ecosystem, you can also `python -m pip install zerobin --user` and run `python -m zerobin` for the same effect. +If you are familiar with the Python ecosystem, you can also :code:`python -m pip install zerobin --user` and run :code:`python -m zerobin` for the same effect. How it works