Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed Dec 7, 2020
1 parent 893d1ff commit da590a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ npm install -g @2fd/graphdoc
> graphdoc -s ./schema.graphql -o ./doc/schema
```

### Generate documentation from for the ["modularized

schema"](http://dev.apollodata.com/tools/graphql-tools/generate-schema.html#modularizing) of graphql-tools
### Generate documentation from for the ["modularized schema"](http://dev.apollodata.com/tools/graphql-tools/generate-schema.html#modularizing) of graphql-tools

```bash
> graphdoc -s ./schema.js -o ./doc/schema
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ npm install -g @2fd/graphdoc
> graphdoc -s ./schema.graphql -o ./doc/schema
```

### Generate documentation from for the ["modularized

schema"](http://dev.apollodata.com/tools/graphql-tools/generate-schema.html#modularizing) of graphql-tools
### Generate documentation from for the ["modularized schema"](http://dev.apollodata.com/tools/graphql-tools/generate-schema.html#modularizing) of graphql-tools

```bash
> graphdoc -s ./schema.js -o ./doc/schema
Expand Down

0 comments on commit da590a3

Please sign in to comment.