From 00bb5773ca2f70df7a445c8b1343fa00dde01b38 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Tue, 6 Feb 2018 09:50:34 -0500 Subject: [PATCH] docs: add `buildUrl` and `jobUrl` to usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afef429..3bfc81c 100644 --- a/README.md +++ b/README.md @@ -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