From a1d51f7644d408664059d73d38f230978e7772ce Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 3 Mar 2017 16:15:01 -0500 Subject: [PATCH] typing correction --- content/post/using-pyenv-for-python-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/using-pyenv-for-python-projects.md b/content/post/using-pyenv-for-python-projects.md index 10deae9..0ece5e5 100644 --- a/content/post/using-pyenv-for-python-projects.md +++ b/content/post/using-pyenv-for-python-projects.md @@ -17,7 +17,7 @@ Here some simple notes on how I setup and use [pyenv][3] : ## Installing on Mac OS X ## -** Install using [homebrew][5] ** +*****Install using [homebrew][5]** ``` $ brew install pyenv pyenv-virtualenv