diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..0c17c5f
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: bin/ppicd -p $PORT
diff --git a/README.md b/README.md
index df1064b..740a4e1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
#
go-ppic
-Profile picture generation service written in Go. A demo can be found at [ppic.now.sh](https://ppic.now.sh/hello).
+Profile picture generation service written in Go. A demo can be found at [go-ppic.herokuapp.com](https://go-ppic.herokuapp.com/hello).
`go-ppic` provides two commands; [`ppicd`](#ppicd) and [`ppic`](#ppic).
diff --git a/now.json b/now.json
deleted file mode 100644
index e422189..0000000
--- a/now.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "name": "ppic",
- "alias": ["ppic.now.sh"]
-}