From 99a5cbabd319ab88929c9210a1d70c066f2f6c2a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 30 Mar 2022 11:40:13 +0100 Subject: [PATCH] fix markdown test maybe --- docs/github.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/github.md b/docs/github.md index 042a42f7..7bb3b6b4 100644 --- a/docs/github.md +++ b/docs/github.md @@ -22,8 +22,7 @@ For local development, you can simply [create a personal access token](https://g ```bash cp .env.sample .env -vi .env -# GITHUB_TOKEN=add_your_token_here +vi .env # GITHUB_TOKEN=add_your_token_here ``` When running the site locally, you can use the GraphiQL client running under [localhost:8000/\_\_\_graphql](http://localhost:8000/___graphql) to explore the whole GraphQL layer of the site (not just the GitHub infos).