From 5a1ece39558c69dafcf5699ff720477578e5b322 Mon Sep 17 00:00:00 2001 From: Craig Quiter <cquiter@gmail.com> Date: Mon, 4 May 2015 12:44:41 -0700 Subject: [PATCH] Typo in buildpack command. `heroku buildpack:set` -> `heroku buildpacks:set` --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index cdf45530..56370aff 100644 --- a/Readme.md +++ b/Readme.md @@ -28,7 +28,7 @@ Example usage: You can also add it to upcoming builds of an existing application: - $ heroku buildpack:set git://github.com/heroku/heroku-buildpack-python.git + $ heroku buildpacks:set 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. -- GitLab