Skip to content

Commit

Permalink
Merge pull request #36 from pravdomil/patch-2
Browse files Browse the repository at this point in the history
minor change in readme
  • Loading branch information
zeke authored May 23, 2018
2 parents 3dbf2a7 + 3047d6a commit f1f8d01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ Here's what you'll get:
The shorthand form lets you specify a branch:

```js
gh('github:monkey/business#nachos')
gh('github:monkey/business#nachos')
```

```js
{
user: 'monkey',
repo: 'business',
Expand All @@ -79,7 +82,7 @@ If you're using GitHub Enterprise, pass the `enterprise` option to allow
your non-`github.com` URL to be parsed:

```js
gh('https://ghe.example.com:heroku/heroku-flags.git', {enterprise: true})
gh('https://ghe.example.com:heroku/heroku-flags.git', { enterprise: true })
```

## Test
Expand Down

0 comments on commit f1f8d01

Please # to comment.