Skip to content

Commit 1988ac8

Browse files
authored
Merge pull request #11 from rafaelcaricio/patch-1
Fix typo in link format in README.md
2 parents e1373df + 628fe9a commit 1988ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This will add `/graphql` and `/graphiql` endpoints to your app.
2323
* `root_value`: The `root_value` you want to provide to `executor.execute`.
2424
* `pretty`: Whether or not you want the response to be pretty printed JSON.
2525
* `executor`: The `Executor` that you want to use to execute queries.
26-
* `graphiql`: If `True`, may present [GraphiQL][https://github.com/graphql/graphiql] when loaded directly
26+
* `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly
2727
from a browser (a useful tool for debugging and exploration).
2828

2929
You can also subclass `GraphQLView` and overwrite `get_root_value(self, request)` to have a dynamic root value

0 commit comments

Comments
 (0)