From 7502ee058383b957760fd92d666ab30ebc89de51 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Fri, 4 Nov 2011 10:12:40 -0700 Subject: [PATCH] reference self --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 87040d3..f761e1e 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ Example usage: $ ls Procfile requirements.txt web.py - $ heroku create --stack cedar --buildpack git@github.com:heroku/heroku-buildpack-python.git + $ heroku create --stack cedar --buildpack git@github.com:nzoschke/heroku-buildpack-python.git $ git push heroku master ...