diff --git a/Readme.md b/Readme.md index 8d28eb8..f0132d3 100644 --- a/Readme.md +++ b/Readme.md @@ -60,5 +60,5 @@ By default, you will have access to the flask ``app`` and models. In your production environment, make sure the `FLASK_DEBUG` environment variable is unset or is set to ``0``, so that `ProdConfig` is used, and -set `DATABASE_URL` which is your postgresql URI for example +set `DATABASE_URL` which is your postgresql URI like for example `postgresql://localhost/example`