Skip to content

Commit ca4ad04

Browse files
committed
fix steps on readme
1 parent 323a1d7 commit ca4ad04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ Useful web checker to see what languages are used from a github account inspired
88

99
## Running the app locally
1010

11-
* [Generate a GitHub personal access token](https://github.com/settings/tokens/new?scopes=&description=Hacktoberfest%20Checker) to ensure you don't get rate limited API call.
11+
* [Generate a GitHub personal access token](https://github.com/settings/tokens/new?scopes=&description=GitHub%20langs) to ensure you don't get rate limited API call.
1212

1313
* Create `config.json` file with this content :
1414
```json
1515
{
1616
"client_id":"your_client_id",
1717
"client_secret":"your_client_secret"
18-
}```
18+
}
19+
```
1920

2021
* If you want to run test (with eslint) : `npm run eslint`
2122

0 commit comments

Comments
 (0)