Skip to content

Commit

Permalink
docs(readme): move example section above install
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 29, 2015
1 parent 370f8b3 commit 2322532
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down Expand Up @@ -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

```
Expand Down

0 comments on commit 2322532

Please sign in to comment.