From 42079cf3fb1ce8eb374ee0d860e4c818a0147c99 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Fri, 28 Sep 2012 20:17:26 +0900 Subject: [PATCH] fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d67f1e..25866fbf 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well. -This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and. -[ruby-build](https://github.com/sstephenson/ruby-build) and modified for Python. +This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and +[ruby-build](https://github.com/sstephenson/ruby-build), and modified for Python.