From e13a06564317b4cde48f8126796a826e660f0491 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Wed, 13 Feb 2019 12:55:20 -0500
Subject: [PATCH] docs: GITHUB_COM_TOKEN

---
 docs/local-development.md | 2 +-
 docs/self-hosting.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/local-development.md b/docs/local-development.md
index 2cad2af0c9..7dab2ba409 100644
--- a/docs/local-development.md
+++ b/docs/local-development.md
@@ -22,7 +22,7 @@ We use [yarn](https://github.com/yarnpkg/yarn) so run `yarn install` to install
 Run `yarn start`. You should see this error:
 
 ```
-FATAL: Renovate fatal error: You need to supply a GitHub token.
+Fatal error: No authentication found for platform https://api.github.com/ (github)
 ```
 
 ## Platform Account Setup
diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index e931beae3a..1e862fc1d0 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -133,7 +133,7 @@ Don't forget to configure `platform=azure` somewhere in config.
 
 ## GitHub.com token for release notes
 
-If you are running on any platform except github.com, it's important to also configure GITHUB*COM_TOKEN containing a personal access token for github.com. This account can actually be \_any* account on GitHub, and needs only read-only access. It's used when fetching release notes for repositories in order to increase the hourly API limit.
+If you are running on any platform except github.com, it's important to also configure `GITHUB_COM_TOKEN` containing a personal access token for github.com. This account can actually be _any_ account on GitHub, and needs only read-only access. It's used when fetching release notes for repositories in order to increase the hourly API limit.
 
 ## Usage
 
-- 
GitLab