Fix markup

This commit is contained in:
Daniel Roy Greenfeld 2016-09-22 21:45:16 -07:00
parent aa13371395
commit 31d90afb33

View File

@ -18,7 +18,8 @@ Prerequisites
Instructions Instructions
------------- -------------
``` ::
# creates the directory of environments (servers) # creates the directory of environments (servers)
eb init -p python3.4 {{ cookiecutter.project_slug }} eb init -p python3.4 {{ cookiecutter.project_slug }}
@ -43,7 +44,6 @@ eb deploy
# Take a look # Take a look
eb open eb open
```
FAQ FAQ
----- -----