Fix Deploy on Heroku button (#163)

This commit is contained in:
Kevin Coleman 2020-04-27 05:56:40 -07:00 committed by GitHub
parent 98c9b2c32d
commit 1ef9e56386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ The full check that runs in the CI environment can be executed with `./priv/scri
An Heroku-compatible `app.json` makes it easy to deploy the application on Heroku.
<a href="https://heroku.com/deploy">
<a href="https://heroku.com/deploy?template=https://github.com/mirego/accent">
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy on Heroku" />
</a>