Skip to content

Commit ae04873

Browse files
committed
Improve READMEs
1 parent 8355e0a commit ae04873

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ These are the settings currently available:
6565
'editor.fontSize': 14,
6666
'editor.fontFamily': `'Source Code Pro', 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace`,
6767
'editor.theme': 'dark', // possible values: 'dark', 'light'
68-
'editor.reuseHeaders': true,
68+
'editor.reuseHeaders': true, // new tab reuses headers from last tab
6969
'request.credentials': 'omit', // possible values: 'omit', 'include', 'same-origin'
7070
'tracing.hideTracingResponse': true,
7171
}

packages/graphql-playground-middleware-express/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# graphql-playground-middleware-express
2+
23
> Express middleware to expose an endpoint for the GraphQL Playground IDE
34
45
## Installation
@@ -22,6 +23,7 @@ See full example in [examples/basic](https://github.com/prisma/graphql-playgroun
2223
```js
2324
const express = require('express')
2425
const expressPlayground = require('graphql-playground-middleware-express')
26+
.default
2527

2628
const app = express()
2729

0 commit comments

Comments
 (0)