From 36c6f5e388438f7e31d68e16d6849e5e2833bc1b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 5 Sep 2017 10:02:19 -0400 Subject: [PATCH] Update README.md (#464) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ccdba72..b35a0a95 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See it in Action Deploying a Python application couldn't be easier: $ ls - Procfile requirements.txt web.py + Pipfile Procfile web.py $ heroku create --buildpack heroku/python -- GitLab