From a0157608546c3b685815d030dc471255ff0e0a45 Mon Sep 17 00:00:00 2001 From: Khushl Vora <67469072+K-Titan@users.noreply.github.com> Date: Sat, 23 Oct 2021 20:03:18 +0530 Subject: [PATCH] Update README.md (#2120) Minor changes to make the docs better. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7aeeac61..4dee783c 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ This project was forked from [rbenv](https://github.com/rbenv/rbenv) and ![Terminal output example](/terminal_output.png) -### pyenv _does..._ +### what pyenv _does..._ -* Let you **change the global Python version** on a per-user basis. -* Provide support for **per-project Python versions**. -* Allow you to **override the Python version** with an environment +* Lets you **change the global Python version** on a per-user basis. +* Provides support for **per-project Python versions**. +* Allows you to **override the Python version** with an environment variable. -* Search commands from **multiple versions of Python at a time**. +* Searches for commands from **multiple versions of Python at a time**. This may be helpful to test across Python versions with [tox](https://pypi.python.org/pypi/tox).