From 32987e5000810f0c4deb3866c5b9abc11cddb54b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 20 Sep 2013 11:33:11 +0000 Subject: [PATCH] docs(readme) Authorization: varible -> variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9973104..52c6f7cc 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Authorization --------------- Cloud Commander could authorize clients on GitHub via openID. All things that should be done is must be added **id** and **secret** of application -from github settings page and added to [modules.json](json/modules.json) (id just) and env varible (secret) +from github settings page and added to [modules.json](json/modules.json) (id just) and env variable (secret) with names: *github_id*, *github_secret*, *dropbox_key*, *dropbox_secret* etc in [secret.bat](shell/secret.bat) *(on win32)* or [secret.sh](shell/secret.sh) *(on nix)*.