Skip to content

Commit c57b126

Browse files
authored
Update README.md
1 parent f9da81c commit c57b126

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ReactDOM.render(<Playground endpoint="https://api.graph.cool/simple/v1/swapi" />
9090
yarn add graphql-playground-middleware
9191
```
9292

93-
#### Use
93+
#### Usage
9494
```js
9595
const express = require('express')
9696
const bodyParser = require('body-parser')
@@ -135,7 +135,7 @@ See [packages/graphql-playground-middleware/examples/express](https://github.com
135135
yarn add graphql-playground-middleware
136136
```
137137

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

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

256256
### As serverless handler
257257
#### Install
258+
```sh
259+
yarn add graphql-playground-middleware
260+
```
258261

259-
#### Use
262+
#### Usage
260263
`handler.js`
261264

262265
```js

0 commit comments

Comments
 (0)