Skip to content

Commit 77a8bb1

Browse files
committed
one space too much
1 parent 40aa38d commit 77a8bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ It's as simple as running this command, replacing `djangogirlsblog` with your ow
141141

142142
Because our application needs a database, let's create a free [PostgreSQL](http://www.postgresql.org) instance on Heroku. It's as simple as running this command:
143143

144-
$ heroku addons:add heroku -postgresql --app djangogirlsblog
144+
$ heroku addons:add heroku-postgresql --app djangogirlsblog
145145

146146
> 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

0 commit comments

Comments
 (0)