Skip to content

Commit

Permalink
docs(readme): fix GraphQL tutorial anchor text
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 27, 2015
1 parent 553f1f6 commit 3c7e01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GraphQL is a query language created by Facebook in 2012 which provides a common

The client asks for various data from the GraphQL server via queries. The response format is described in the query and defined by the client instead of the server: they are called client‐specified queries.

For more info check out [RisingStack's article about GraphQL](https://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/).
For more info check out RisingStack's [GraphQL tutorial](https://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/).

## Adapters

Expand Down

0 comments on commit 3c7e01a

Please sign in to comment.