From 3e53047dc0f67282685d350dd6a0e3342c70d20f Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 30 Mar 2020 17:22:59 +0900 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24cd151..f3040bc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Three tokens are supported. | `deploy_key` | ✅️ | ✅️ | SSH | Necessary | | `personal_token` | ✅️ | ✅️ | HTTPS | Necessary | -Notes: Actually, the `GitHub_TOKEN` works for deploying to GitHub Pages but it has still some limitations. For the first deployment, we need to select the `gh-pages` branch or `master` branch on the repository settings tab. See [First Deployment with `GITHUB_TOKEN`](#%EF%B8%8F-first-deployment-with-github_token) +Notes: Actually, the `GITHUB_TOKEN` works for deploying to GitHub Pages but it has still some limitations. For the first deployment, we need to select the `gh-pages` branch or `master` branch on the repository settings tab. See [First Deployment with `GITHUB_TOKEN`](#%EF%B8%8F-first-deployment-with-github_token) ### Supported Platforms