Skip to content

Commit 01e6dfd

Browse files
authored
Point to command instead of script name (#64)
1 parent 47c8d59 commit 01e6dfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Finally, add the token to your environment using:
2020

2121
`export GRAPH_API_KEY=<yourkey>`
2222

23-
## Query script
23+
## Query command
2424

25-
The `query.py` script can be used to collect data for other projects like
26-
so: `devstats query.py <repo_owner> <repo_name>` where `repo_owner` and
25+
The `query` command can be used to collect data for other projects like
26+
so: `devstats query <repo_owner> <repo_name>` where `repo_owner` and
2727
`repo_name` are the names of the **org** and **repo** on GitHub, respectively.
2828

2929
To download the latest data for `pandas` use the following command:
3030

3131
```bash
32-
devstats query.py pandas-dev pandas
32+
devstats query pandas-dev pandas
3333
```
3434

3535
The command will collect information from GitHub and generate two output files in the same directory where you ran it as follows:

0 commit comments

Comments
 (0)