diff --git a/Readme.md b/Readme.md index 691882bdd11bbf310522c1585350f73eb0beed82..d9fb639fe2e8485a2f120072dc04d0cb17092c96 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # Heroku Buildpack: Python  -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. +This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python applications, powered by [pip](http://www.pip-installer.org/) and other excellent software. 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.