Fix inline code block in README

This commit is contained in:
ksamuel 2020-08-19 12:41:39 +02:00
parent 6c64f28643
commit a9b2f53e65
1 changed files with 2 additions and 2 deletions

View File

@ -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