diff --git a/Procfile b/Procfile
index dc4e70c..f9500a3 100644
--- a/Procfile
+++ b/Procfile
@@ -1,3 +1,3 @@
-web: gunicorn runp-heroku:app
+web: gunicorn app:app
 init: python db_create.py
 upgrade: python db_upgrade.py