Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek authored Nov 2, 2017
1 parent f9da81c commit c57b126
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ReactDOM.render(<Playground endpoint="https://api.graph.cool/simple/v1/swapi" />
yarn add graphql-playground-middleware
```

#### Use
#### Usage
```js
const express = require('express')
const bodyParser = require('body-parser')
Expand Down Expand Up @@ -135,7 +135,7 @@ See [packages/graphql-playground-middleware/examples/express](https://github.com
yarn add graphql-playground-middleware
```

#### Use
#### Usage
```js
const hapi = require('hapi')
const {graphqlHapi} = require('apollo-server-hapi')
Expand Down Expand Up @@ -206,7 +206,7 @@ See [packages/graphql-playground-middleware/examples/hapi](https://github.com/gr
yarn add graphql-playground-middleware
```

#### Use
#### Usage
```js
const koa = require('koa')
const koaRouter = require('koa-router')
Expand Down Expand Up @@ -255,8 +255,11 @@ See [packages/graphql-playground-middleware/examples/koa](https://github.com/gra

### As serverless handler
#### Install
```sh
yarn add graphql-playground-middleware
```

#### Use
#### Usage
`handler.js`

```js
Expand Down

0 comments on commit c57b126

Please sign in to comment.