pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.96k stars 428 forks source link

Fix issue in README #155

Closed ewh0 closed 4 months ago

ewh0 commented 4 months ago

Fix issue found in README: because of a missing newline character, the code block in the update section is not rendered correctly.

Before the fix, it looks like:

Update: ~~~~ .. code:: bash

pyenv update

With the fix, now the block is correctly rendered: Update:~~~~

pyenv update
native-api commented 4 months ago

:eagle: :eye: