Skip to content

Commit

Permalink
docs(README): remove obsolete requestMedia client option
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 26, 2018
1 parent aa816a6 commit 417d3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,8 +58,8 @@ All available client options with default values
```js
const octokit = require('@octokit/rest')({
timeout: 0, // 0 means no request timeout
requestMedia: 'application/vnd.github.v3+json',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'octokit/rest.js v1.2.3' // v1.2.3 will be current version
},

Expand Down

0 comments on commit 417d3bd

Please sign in to comment.