Merge pull request #15 from Fak3/patch-1

README.md: fix graphql url
This commit is contained in:
Syrus Akbary 2016-10-06 00:08:31 -07:00 committed by GitHub
commit 31a49841ca

View File

@ -58,7 +58,7 @@ Now you should be ready to start the server:
``` ```
Now head on over to Now head on over to
[http://127.0.0.1:8000/graphiql](http://127.0.0.1:8000/graphiql) [http://127.0.0.1:8000/graphql](http://127.0.0.1:8000/graphql)
and run some queries! and run some queries!
(See the [Django quickstart guide](http://graphene-python.org/docs/quickstart-django/) (See the [Django quickstart guide](http://graphene-python.org/docs/quickstart-django/)
for some example queries) for some example queries)