Skip to content

Commit f9da81c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ app.listen(PORT)
126126
console.log(`Serving the GraphQL Playground on http://localhost:${PORT}/playground`)
127127
```
128128

129-
See [./packages/graphql-playground-middleware/examples/express](https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware/examples/express) for a full example.
129+
See [packages/graphql-playground-middleware/examples/express](https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware/examples/express) for a full example.
130130

131131
### As Hapi Middleware
132132

@@ -197,7 +197,7 @@ server.start((err) => {
197197
});
198198
```
199199

200-
See [./packages/graphql-playground-middleware/examples/hapi](https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware/examples/hapi) for a full example.
200+
See [packages/graphql-playground-middleware/examples/hapi](https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware/examples/hapi) for a full example.
201201

202202
### As Koa Middleware
203203

@@ -251,7 +251,7 @@ app.listen(PORT);
251251
console.log(`Serving the GraphQL Playground on http://localhost:${PORT}/playground`)
252252
```
253253

254-
See [./packages/graphql-playground-middleware/examples/koa](https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware/examples/koa) for a full example.
254+
See [packages/graphql-playground-middleware/examples/koa](https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware/examples/koa) for a full example.
255255

256256
### As serverless handler
257257
#### Install

0 commit comments

Comments
 (0)