From a67d9ecd6174b44f5b6c0f7f34a8324bd896d06c Mon Sep 17 00:00:00 2001 From: pravdomil Date: Wed, 23 May 2018 23:41:52 +0200 Subject: [PATCH 1/2] minor change in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 622805c..621fc41 100644 --- a/README.md +++ b/README.md @@ -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', From 3047d6a45229017f33ccf620de03f72ae8ea3fe8 Mon Sep 17 00:00:00 2001 From: pravdomil Date: Wed, 23 May 2018 23:42:32 +0200 Subject: [PATCH 2/2] spaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 621fc41..489889c 100644 --- a/README.md +++ b/README.md @@ -82,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