From cb1390cb492095adb164b84575543825e1779d68 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 2 Jun 2021 00:47:52 +0300 Subject: [PATCH] Fix capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbfd1044..e0ba8605 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ easy to fork and contribute any changes back upstream. to add the `PYENV_ROOT=` and `PATH=` lines. You also don't need to add commands into `~/.profile` if your shell doesn't use it. - - For **bash**: + - For **Bash**: ~~~ bash echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.profile