From 538ef6e3789cabb445920752fdebd04e0f36698d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 30 May 2012 05:07:37 -0300 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 925ac7e8..15210726 100644 --- a/Readme.md +++ b/Readme.md @@ -35,7 +35,7 @@ Example usage: You can also add it to upcoming builds of an existing application: - $ heroku config BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git + $ heroku config:add BUILDPACK_URL=git@github.com:heroku/heroku-buildpack-python.git The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. It will detect your app as Python/Django if there is an additional `settings.py` in a project subdirectory. -- GitLab