Browse Source

Updated readme

pull/18/head
Peter Morgan 4 years ago
parent
commit
ba274af5fb
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      README.md

+ 4
- 4
README.md View File

@ -23,10 +23,10 @@ If you are lucky, you can find the site live [here](https://github-graphs.com/);
Create a .env file with the code below filled in.
```
CLIENT_ID =
CLIENT_SECRET =
SESSION_SECRET =
PORT =
CLIENT_ID = <your_github_username>
CLIENT_SECRET = <your_generated_personal_access>
SESSION_SECRET = <any_string_you_want>
PORT = <any_number>
```
```bash

Loading…
Cancel
Save