Skip to content

Commit 10b7607

Browse files
committed
doc: update readme
1 parent 9f14644 commit 10b7607

File tree

3 files changed

+525
-4
lines changed

3 files changed

+525
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ So people can see the stats of programming language being used in their reposito
2929
### Supported environment:
3030
* Prerequisite: Node >= v18.0.0 and NPM >= 9.5.0
3131

32-
* [Generate a GitHub OAuth client id and client secret](https://github.com/settings/applications/new) to ensure you don't get rate limited API call.
32+
* [Generate access token (classic)](https://github.com/settings/tokens/new) to ensure you don't get rate limited API call.
3333

3434
* Define environment variable with the following values:
3535
```
36-
CLIENT_ID=your_client_id
37-
CLIENT_SECRET=your_client_secret
36+
TOKEN=your-access-token
3837
ENV=local
3938
```
4039

0 commit comments

Comments
 (0)