diff --git a/Readme.md b/Readme.md index 62ce6958207e68f9f2f58527a8b86a731901039c..691882bdd11bbf310522c1585350f73eb0beed82 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/), and other excellent software. -Recommended web frameworks include Django and Flask. Recommended webserver is Gunicorn. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections. +Recommended web frameworks include **Django** and **Flask**. The recommended webserver is **Gunicorn**. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections. See it in Action ----------------