From 8b8fc72f6f3853cd7930db89fa0dffa3d1137371 Mon Sep 17 00:00:00 2001 From: Greyson Griffin Date: Sat, 2 Jan 2016 18:55:48 -0500 Subject: [PATCH] Change for further clarity on ROOT_URL value. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0348d8..47de491 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Configure your plugins & settings ``` % heroku addons:create mongolab:sandbox # optional: use whatever mongo provider you prefer % heroku config:add MONGO_URL= -% heroku config:add ROOT_URL= +% heroku config:add ROOT_URL= ``` Add [session affinity](https://devcenter.heroku.com/articles/session-affinity) so your app will still work with more than one dyno