From 704548336a650db738cb165770346ba4cb414c25 Mon Sep 17 00:00:00 2001 From: Stephen Davis Date: Tue, 27 Aug 2013 15:27:57 -0400 Subject: [PATCH] Fix spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 423132f5..5b7342ad 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and ### In contrast with pythonbrew and pythonz, pyenv _does not..._ -* **Depending on Python itself.** pyenv was made from pure shell scripts. +* **Depend on Python itself.** pyenv was made from pure shell scripts. There is no bootstrap problem of Python. * **Need to be loaded into your shell.** Instead, pyenv's shim approach works by adding a directory to your `$PATH`.