Skip to content

Commit

Permalink
docs(README): typos (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas authored and gr2m committed Jan 4, 2019
1 parent 2ece661 commit 3a53ca2
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 @@ -12,7 +12,7 @@

```js
const Octokit = require('@octokit/rest')
.plugin(require('@octokit/enterprise-rest/v2.15'))
.plugin(require('@octokit/plugin-enterprise-rest/ghe-2.15'))
const octokit = new Octokit({
baseUrl: 'https://github.acme-inc.com/api/v3'
})
Expand All @@ -26,7 +26,7 @@ There can be differences in REST API between `api.github.com` and the different

```js
const Octokit = require('@octokit/rest')
.plugin(require('@octokit/enterprise-rest/v2.15/all'))
.plugin(require('@octokit/plugin-enterprise-rest/ghe-2.15/all'))
const octokit = new Octokit({
baseUrl: 'https://github.acme-inc.com/api/v3'
})
Expand Down

0 comments on commit 3a53ca2

Please sign in to comment.