Skip to content

Commit 6143b14

Browse files
author
Encore
committed
feat: update usage in README
1 parent 89c0544 commit 6143b14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ It collects data such as organization/user details, top languages, and repositor
2323
1. Set the `PERMALINK` & `WITH_REPOS` environment variable to the GitHub organization/user you want to scrape:
2424

2525
```bash
26-
env PERMALINK=ranbot-ai WITH_REPOS=true npx ts-node scraper.ts
26+
env PERMALINK=ranbot-ai WITH_REPOS=true npx ts-node src/index.ts
27+
env PERMALINK=encoreshao WITH_REPOS=true npx ts-node src/index.ts
2728
```
2829

2930
## Features

0 commit comments

Comments
 (0)