Skip to content

Commit

Permalink
docs(README): typos (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Winton authored and gr2m committed Apr 29, 2019
1 parent 4045f1a commit 5952a88
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 @@ -505,7 +505,7 @@ const octokit = require('@octokit/rest')({
log: console
})

console.request('/')
octokit.request('/')
```

This will log
Expand All @@ -529,7 +529,7 @@ const octokit = require('@octokit/rest')({
log: require('console-log-level')({ level: 'info' })
})

console.request('/')
octokit.request('/')
```

This will only log
Expand Down

0 comments on commit 5952a88

Please sign in to comment.