Skip to content

Commit 5a8cb6d

Browse files
author
Bryan Cross
committed
Updating README
1 parent fadd2db commit 5a8cb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This repository holds query samples for the GitHub GraphQL API. It's an easy way
77
1. Generate a [personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) for use with these queries.
88
1. Run `npm install`
99
1. Pick the name of one of the included queries in the `/queries` directory, such as `viewer.graphql`.
10-
1. Run `./index.js <query_file> <token>`
10+
1. Run `bin/run-query <query_file> <token>`
1111

1212
To change variable values, modify the variables in the `.graphql` file.

0 commit comments

Comments
 (0)