From 92b4385890db04fd496ef3af78d4af0a4e6e9dd6 Mon Sep 17 00:00:00 2001
From: Joel Watson <joel@watsonian.net>
Date: Wed, 15 Apr 2015 15:45:09 -0500
Subject: [PATCH] Update README to reflect new buildpack:set usage.

---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 5de240dc..cdf45530 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 config:add BUILDPACK_URL=git://github.com/heroku/heroku-buildpack-python.git
+    $ heroku buildpack: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