mirror of https://github.com/vapor/docs.git
Update heroku.md database plan name (#1064)
This PR updates the English Heroku documentation to better reflect the
current database pricing naming scheme at Heroku.
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
This commit is contained in:
parent
207ddd0e1b
commit
0d9e04bb54
|
|
@ -172,7 +172,7 @@ Visit your application at dashboard.heroku.com and go to the **Add-ons** section
|
||||||
|
|
||||||
From here enter `postgres` and you'll see an option for `Heroku Postgres`. Select it.
|
From here enter `postgres` and you'll see an option for `Heroku Postgres`. Select it.
|
||||||
|
|
||||||
Choose the Eco plan for $5/month (see [pricing](https://www.heroku.com/pricing#data-services)), and provision. Heroku will do the rest.
|
Choose the Essential 0 plan for $5/month (see [pricing](https://www.heroku.com/pricing#data-services)), and provision. Heroku will do the rest.
|
||||||
|
|
||||||
Once you finish, you’ll see the database appears under the **Resources** tab.
|
Once you finish, you’ll see the database appears under the **Resources** tab.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue