From: Anthony Fok Date: Fri, 20 Nov 2015 21:24:22 +0000 (-0700) Subject: docs: Change "Github" to "GitHub" X-Git-Tag: v0.15~31 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e59aabcf;p=brevno-suite%2Fhugo docs: Change "Github" to "GitHub" --- diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index f16a5388..8ffa1829 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.