Corrections to markdown from import

This commit is contained in:
Salar Rahmanian 2017-03-03 13:41:45 -05:00
parent 173a9a9794
commit 0e270fd391
2 changed files with 15 additions and 15 deletions

View file

@ -19,7 +19,7 @@ Here is an overview of what is involved in getting your Laravel 4 apps authentic
## Install the Fastpass PHP SDK ## Install the Fastpass PHP SDK
** Create a folder to install the library in ** *****Create a folder to install the library in**
``` ```
$ mkdir app/lib $ mkdir app/lib
$ mkdir app/lib/getsatisfaction $ mkdir app/lib/getsatisfaction

View file

@ -23,7 +23,7 @@ Here some simple notes on how I setup and use [pyenv][3] :
$ brew install pyenv pyenv-virtualenv $ brew install pyenv pyenv-virtualenv
``` ```
** Update your shell profile (.bashrc or .zshrc) adding the following to it (and restart your terminal) ** *****Update your shell profile (.bashrc or .zshrc) adding the following to it (and restart your terminal)**
``` ```
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi