From 288f14980bd09650eec772a09f49f6b284de82ad Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 24 Mar 2016 17:40:54 -0700 Subject: [PATCH] Update README.md change endpoint path to include trailing 'v3' per the github_api gem's documentation (https://github.com/peter-murach/github/blob/master/README.md#21-basic) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c5f10..4e04d21 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ See `gitrob help analyze` for more options. Gitrob can analyze organizations and users on custom GitHub Enterprise installations instead of the official GitHub site. The `analyze` command takes several options to control this: - gitrob analyze johndoe --site=https://github.acme.com --endpoint=https://github.acme.com/api --access-tokens=token1,token2 + gitrob analyze johndoe --site=https://github.acme.com --endpoint=https://github.acme.com/api/v3 --access-tokens=token1,token2 See `gitrob help analyze` for more options.