diff --git a/README.md b/README.md
index 2ce66bbb8..f5ba1244b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ $ foreman start web
Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
-[](https://heroku.com/deploy?template=https://github.com/borja/python-getting-started/tree/master)
+[](https://heroku.com/deploy?template=https://github.com/freyesgu/python-getting-started/tree/master)
```sh
$ heroku create
diff --git a/hello/templates/index.html b/hello/templates/index.html
index 467443254..1dad8fc00 100644
--- a/hello/templates/index.html
+++ b/hello/templates/index.html
@@ -8,11 +8,11 @@
-
Borja Python on Heroku website
+ FRG. Python on Heroku website
This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Python @ Heroku platform.
Getting Started with Python
- Source on GitHub
-
+ Source on GitHub
+ Linkedin profile =)
@@ -23,9 +23,9 @@
Borja Python on Heroku website
How this sample app works
- - This app was deployed to Heroku, either using Git or by using Heroku Button on the repository.
+ - This app was deployed to Heroku, either using Git or by using Heroku Button on the repository.
- - When Heroku received the source code, it grabbed all the dependencies in the requirements.txt file.
+ - When Heroku received the source code, it grabbed all the dependencies in the requirements.txt file.
- The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.
- You can scale your app, manage it, and deploy over 150 add-on services, from the Dashboard or CLI.
- Check out the Getting Started guide to learn more!
@@ -45,4 +45,4 @@ Helpful Links
Please do work through the Getting Started guide, even if you do know how to build such an application. The guide covers the basics of working with Heroku, and will familiarize you with all the concepts you need in order to build and deploy your own apps.
-{% endblock %}
\ No newline at end of file
+{% endblock %}