Skip to content

Commit 88913dc

Browse files
authored
Merge pull request #199 from theduke/cli-readme-fix
Fix CLI installation instructions in README
2 parents 1d0ccd5 + a3090e3 commit 88913dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql_client_cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is still a WIP, the main use for it now is to download the `schema.json` fr
55
## Install
66

77
```
8-
cargo install graphql-client-cli --force
8+
cargo install graphql_client_cli --force
99
```
1010

1111
## introspect schema
@@ -58,4 +58,4 @@ ARGS:
5858

5959
If you want to use formatting feature, you should install like this.
6060

61-
`cargo install graphql-client-cli --features rustfmt --force`
61+
`cargo install graphql_client_cli --features rustfmt --force`

0 commit comments

Comments
 (0)