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)
This commit is contained in:
Philip
2016-03-24 17:40:54 -07:00
parent aa34371046
commit 288f14980b

View File

@@ -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.