File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments