Skip to content

Commit

Permalink
doc: remove references to 'request'
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Dec 15, 2024
1 parent 9d0693d commit c7ace75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ It looks like this:
`releases.js`:

```js
module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
module.exports = function () {
return github(null, owner, repo).then(function (all) {
// if you need to do something special, you can do it here
// ...
return all;
Expand Down

0 comments on commit c7ace75

Please sign in to comment.