diff --git a/hello/templates/index.html b/hello/templates/index.html
index 499baf77a..55951ccc2 100644
--- a/hello/templates/index.html
+++ b/hello/templates/index.html
@@ -25,7 +25,7 @@
How this sample app work
- This app was deployed to Heroku, either using Git or by using Heroku Button on the repository.
- - When Heroku received the source code, it fetched all the dependencies in the Pipfile, creating a deployable slug.
+ - When Heroku received the source code, it fetched all the dependencies in requirements.txt, creating a deployable slug.
- 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.