From cc6c45d7fbfd9ef741c5841ef0e6f477db4216c9 Mon Sep 17 00:00:00 2001 From: Chun-wei Kuo Date: Thu, 1 Aug 2013 18:01:38 +0800 Subject: [PATCH] Fix formatting in the Homebrew section of README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96b758e7..8870d2b5 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ You can also install pyenv using the [Homebrew](http://mxcl.github.com/homebrew/) package manager on Mac OS X. -~~ +~~~ $ brew update $ brew install pyenv -~~ +~~~ To later update these installs, use `upgrade` instead of `install`.