From 87507ed7cb11b5a36733350b803890e57069411e Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 30 Nov 2016 00:10:35 -0500 Subject: [PATCH] Readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7a7d5..f8675e9 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ If you want to disable user-facing signup: If you want to enable Django's DEBUG mode: -- `heroku config:add DEBUG=True` +- `heroku config:add DEBUG=true` If you want to enable SSL on a custom domain after you've configured your Heroku SSL cert: -- `heroku config:add USE_SSL=True` +- `heroku config:add USE_SSL=true`