Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <jeblister@gmail.com>2018-02-18 23:16:57 +0300
committerGitHub <noreply@github.com>2018-02-18 23:16:57 +0300
commit30f24419a7335aecb8b851ee5473d44f9a8a0c34 (patch)
treebe62f288ef21edff67d96c850fac1b4de900d964
parentbb2742cd0e605a8dd1cbd58a4df9702dcc75ee27 (diff)
parentad8ccd4f0247dbf5a489525c6d828ad6af6e9d72 (diff)
Merge pull request #19 from RumbleFrog/patch-1
Case Sensitive Config.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86db331..6fbc538 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ In this case you would want to add `author = "your name"` variable like your nam
Verify your site with several webmaster tools including Google, Bing, Alexa and Yandex. To allow verification of your site with any or all of these providers simply add the following to your `config.toml` and fill in their respective values:
```toml
-[params.seo.webmaster_verifications]
+[Params.seo.webmaster_verifications]
google = "" # Optional, Google verification code
bing = "" # Optional, Bing verification code
alexa = "" # Optional, Alexa verification code