Skip to content

Commit

Permalink
clarify preview endpoints section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Gallo committed Jun 22, 2016
1 parent 9c37e3a commit 29c95db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ github.authorization.create({

## Preview

Some endpoints are in a preview period and require a custom `Accept` header. See https://developer.github.com/changes/ or [routes.json](https://github.com/mikedeboer/node-github/blob/master/lib/routes.json#L13).
Some endpoints are in a preview period and require a custom `Accept` header. See [examples/getReactionsForIssue.js](https://github.com/mikedeboer/node-github/blob/master/examples/getReactionsForIssue.js) for an example. For updates on endpoints under preview, see https://developer.github.com/changes/.

## Update docs/tests

Expand Down

0 comments on commit 29c95db

Please sign in to comment.