From 6bc01be772158f222a1655e5bbc65fb4803f3db3 Mon Sep 17 00:00:00 2001 From: Chimezie Enyinnaya Date: Wed, 26 Jul 2017 13:34:06 +0100 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e03af06..c55a678 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ ALGOLIA_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` ## Setup GitHub -Create a GitHub personal access token at [https://github.com/settings/tokens](https://github.com/settings/tokens) with the following scopes unders `repo:status` and `public_repo` then fill in the generated token in your `.env` file: +Create a GitHub personal access token at [https://github.com/settings/tokens](https://github.com/settings/tokens) with the following scopes `repo:status` and `public_repo` then fill in the generated token in your `.env` file: ``` GITHUB_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx