Merge pull request #45 from Domon/fix-formatting-in-readme

Fix formatting in the Homebrew section of README
This commit is contained in:
Yamashita, Yuu 2013-08-01 03:16:48 -07:00
commit 0fe18d0dc1

View file

@ -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`.