Skip to content

Commit 7d4272e

Browse files
committed
fix commands
1 parent 0d06255 commit 7d4272e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Has support for using prebuilt Elixir binaries. Borrows heavily from Gosha Arini
1212

1313
#### To set the buildpack of an existing Heroku app
1414

15-
heroku config:add BUILDPACK_URL="https://github.com/HashNuke/heroku-elixir-buildpack.git" -a APP_NAME
15+
heroku config:add BUILDPACK_URL="https://github.com/HashNuke/heroku-elixir-buildpack.git"
1616

1717

1818
#### To set your Elixir and Erlang versions
@@ -24,4 +24,4 @@ Has support for using prebuilt Elixir binaries. Borrows heavily from Gosha Arini
2424

2525
#### Procfile
2626

27-
You can add your own Procfile. If you don't add one, the default profile will run `mix server -p $PORT`.
27+
You can add your own Procfile. If you don't add one, the default procfile will run `mix server -p $PORT`.

0 commit comments

Comments
 (0)