diff --git a/Readme.md b/Readme.md index 741a757d6..b75d28fd4 100644 --- a/Readme.md +++ b/Readme.md @@ -38,11 +38,11 @@ supported versions are: Then specify the buildpack as usual. For a new app: - heroku create --buildpack https://github.com/dbrgn/heroku-buildpack-python-sklearn/ + heroku create --buildpack https://github.com/alyssaq/heroku-buildpack-python-sklearn/ For an existing app: - heroku config:set BUILDPACK_URL=https://github.com/dbrgn/heroku-buildpack-python-sklearn/ + heroku config:set BUILDPACK_URL=https://github.com/alyssaq/heroku-buildpack-python-sklearn/ Demo ---- @@ -50,7 +50,7 @@ Demo $ mkdir testheroku $ cd testheroku $ git init - $ heroku create --buildpack https://github.com/dbrgn/heroku-buildpack-python-sklearn/ + $ heroku create --buildpack https://github.com/alyssaq/heroku-buildpack-python-sklearn/ $ echo -e "numpy==1.7.0\nscipy==0.11.0\nscikit-learn==0.13.1" > requirements.txt $ git add requirements.txt $ git commit -m 'Added requirements'