Skip to content

Commit

Permalink
docs: Fixup References to HexDocs and Task Name (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradschwartz authored Jun 4, 2024
1 parent d2781f3 commit 01aaf35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ config :absinthe, schema: YouApp.GraphQL.Schema

## Documentation

Documentation is [available on Hexdocs](https://hexdocs.pm/grapqhl_markdown/)
Documentation is [available on Hexdocs](https://hexdocs.pm/graphql_markdown/)

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions lib/mix/tasks/graphql.gen.markdown.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Mix.Tasks.GraphqlGenMarkdown do
usage
-----
mix refresh_token.cleanup [OPTIONS]
mix graphql_gen_markdown [OPTIONS]
valid override args:
-f, --schema Path to the schema file
Expand All @@ -23,13 +23,13 @@ defmodule Mix.Tasks.GraphqlGenMarkdown do
1. Convert the GraphQL JSON schema to a single markdown file
```elixir
mix grapqhl.gen.markdown -f myschema.json
mix graphql_gen_markdown -f myschema.json
```
2. Convert the GraphQL JSON schema to a multiple markdown file
```elixir
mix grapqhl.gen.markdown -f myschema.json -m
mix graphql_gen_markdown -f myschema.json -m
```
"""
Expand Down

0 comments on commit 01aaf35

Please sign in to comment.