Skip to content

Commit

Permalink
docs: add buildUrl and jobUrl to usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Feb 6, 2018
1 parent bedc975 commit 00bb577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install --save env-ci
```js
const envCi = require('env-ci');

const {isCi, service, commit, build, branch, job, pr, isPr, slug, root} = envCi();
const {isCi, service, commit, build, buildUrl, branch, job, jobUrl, pr, isPr, slug, root} = envCi();
```

## Variables
Expand Down

0 comments on commit 00bb577

Please sign in to comment.