From 6ef93693c5d70e192c33db1385a8a59ddd8899e5 Mon Sep 17 00:00:00 2001
From: Ed Morley <emorley@mozilla.com>
Date: Mon, 29 Feb 2016 18:30:47 +0000
Subject: [PATCH] Use the shorthand buildpack notation in the README example

https://devcenter.heroku.com/articles/buildpacks#officially-supported-buildpacks
---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index e0e10e24..b40c86b5 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,7 +15,7 @@ Deploying a Python application couldn't be easier:
     $ ls
     Procfile  requirements.txt  web.py
 
-    $ heroku create --buildpack git://github.com/heroku/heroku-buildpack-python.git
+    $ heroku create --buildpack heroku/python
 
     $ git push heroku master
     ...
-- 
GitLab