diff --git a/README.md b/README.md index 45ea82d..b355528 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Create a Personal access token on GitHub is really easy. Go to [this page](https Then add the following environment variables in your .bashrc (Linux) or .bash_profile (Mac). ``` -export GITHUB_USER = "youtGithubUsername" -export GITHUB_TOKEN = "yourfreshlygeneratedToken" +export GITHUB_USER="youtGithubUsername" +export GITHUB_TOKEN="yourfreshlygeneratedToken" ``` ### Authentication via command options