From 2322532c22782250574fd39fe601910481cc85e3 Mon Sep 17 00:00:00 2001 From: Peter Marton Date: Wed, 29 Jul 2015 06:53:13 +0200 Subject: [PATCH] docs(readme): move example section above install --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fcce65..719fd2c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ For more info check out RisingStack's [GraphQL tutorial](https://blog.risingstac * [Hapi](https://github.com/RisingStack/graffiti#hapi) * [Koa](https://github.com/RisingStack/graffiti#koa) +## Example server and queries + +For a running **example server** and **executable queries**, check out our example repository and play with your GraphQL queries: [graffiti-example](https://github.com/RisingStack/graffiti-example) + ## Install ``` @@ -104,10 +108,6 @@ app.use(graffiti.koa({ app.listen(3000); ``` -## Example server and queries - -For a running **example server** and **executable queries**, check out our example repository and play with your queries: [graffiti-example](https://github.com/RisingStack/graffiti-example) - ## Test ```