summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-11-20 14:24:22 -0700
committerAnthony Fok <foka@debian.org>2015-11-20 14:24:22 -0700
commite59aabcf4615b28e3c4224d7a9bbbc1a3091a69c (patch)
tree8be8138ffc483899d76d0804eb29c912eda09db6 /docs
parenta871c87f908c30ac1ef8e71309b5e040ea7790ce (diff)
docs: Change "Github" to "GitHub"
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md
index f16a5388c..8ffa1829d 100644
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -715,4 +715,4 @@ responses of APIs.
{{ $resp := getJSON "https://api.github.com/repos/spf13/hugo/readme" }}
{{ $resp.content | base64Decode | markdownify }}
-The response of the Github API contains the base64-encoded version of the [README.md](https://github.com/spf13/hugo/blob/master/README.md) in the Hugo repository. Now we can decode it and parse the Markdown. The final output will look similar to the rendered version on Github.
+The response of the GitHub API contains the base64-encoded version of the [README.md](https://github.com/spf13/hugo/blob/master/README.md) in the Hugo repository. Now we can decode it and parse the Markdown. The final output will look similar to the rendered version on GitHub.