From d59ac3e734ab01c03d850f9ea93b10c1aed60bfe Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Wed, 1 Nov 2017 14:50:52 -0600 Subject: [PATCH] Whitespace change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 884020a..220e595 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ If you can't use GitHub, you can use other providers: On macOS/linux: - export GH_TOKEN="" + export GH_TOKEN="" On Windows, run in powershell: - [Environment]::SetEnvironmentVariable("GH_TOKEN","","User") + [Environment]::SetEnvironmentVariable("GH_TOKEN","","User") Make sure to restart IDE/Terminal to inherit latest env variable.