Skip to content

Commit 40aa38d

Browse files
committed
rearanging a sentence a bit, hope it's clearer now
1 parent cd37ec0 commit 40aa38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Because our application needs a database, let's create a free [PostgreSQL](http:
143143

144144
$ heroku addons:add heroku -postgresql --app djangogirlsblog
145145

146-
> In addition to creating a database for us, Heroku will also provide our application information on how to connect to the database. This information will be read and used by `dj_database_url.config()` in our `mysite/settings.py file`.
146+
> In addition to creating a database for us, this command will also configure our application with the information on how to connect to the database. This information will be read and used by `dj_database_url.config()` in our `mysite/settings.py file`.
147147
148148
One more thing: let's install [heroku-push plugin](https://github.com/ddollar/heroku-push) by running this command:
149149

0 commit comments

Comments
 (0)