Fix formatting in the Homebrew section of README

This commit is contained in:
Chun-wei Kuo 2013-08-01 18:01:38 +08:00
parent ce66352f6d
commit cc6c45d7fb

View file

@ -208,10 +208,10 @@ You can also install pyenv using the
[Homebrew](http://mxcl.github.com/homebrew/) package manager on Mac OS [Homebrew](http://mxcl.github.com/homebrew/) package manager on Mac OS
X. X.
~~ ~~~
$ brew update $ brew update
$ brew install pyenv $ brew install pyenv
~~ ~~~
To later update these installs, use `upgrade` instead of `install`. To later update these installs, use `upgrade` instead of `install`.