From aa7bdbc113873a4fe721dea7db07ecb44731f72a Mon Sep 17 00:00:00 2001 From: theotheo Date: Thu, 9 Oct 2014 16:43:46 +0400 Subject: [PATCH] Fix environment variables names --- docs/FORCE_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FORCE_README.md b/docs/FORCE_README.md index 2bd453c..5c6100b 100644 --- a/docs/FORCE_README.md +++ b/docs/FORCE_README.md @@ -22,7 +22,7 @@ Now setup the following environment variables: SF_OAUTH_CLIENT_ID - Oauth consumer key SF_OAUTH_CLIENT_SECRET - Oauth consumer secret - SF_REDIRECT_URI - Oauth redirect URI. Whatever you entered into Salesforce. + SF_OAUTH_REDIRECT_URI - Oauth redirect URI. Whatever you entered into Salesforce. SF_USERNAME - Username of the Salesforce user - SF_PASSWWORD - Password of the Salesforce user + SF_PASSWORD - Password of the Salesforce user SF_TOKEN - Security token for the Salesforce user