Skip to content

Commit

Permalink
Correct wrong command in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Oct 16, 2018
1 parent 0494604 commit 7e989e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Once you run `bundle install` on your Rails app, you will be able to run the fol


```sh
$ rails g graphql:install artsy https://metaphysics-production.artsy.net/
$ rails g artemis:install artsy https://metaphysics-production.artsy.net/
```

It is common that a GraphQL server requires an OAuth access token. If it is the case, use the `--authorization` option
to assign a token so the installer can properly download the GraphQL schema for the service:

```sh
$ rails g graphql:install github https://api.github.com/graphql --authorization 'token ...'
$ rails g artemis:install github https://api.github.com/graphql --authorization 'token ...'
```

## The convention
Expand Down

0 comments on commit 7e989e0

Please sign in to comment.